1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-13 16:00:45 +02:00
parent 0b763c9a80
commit 6e2e683db3
2 changed files with 5 additions and 2 deletions

View file

@ -64,6 +64,9 @@ lib.callback.register("pickle_consumables:useItem", function(source)
if cfg.status then
ExecuteStatus(source, cfg.status)
end
-- Add drunk level functionality here
if cfg.drunkLevel then
exports['cs_drunk']:AddDrunkLevel(source, cfg.drunkLevel)
end
return true, metadata.uses
end)