summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/items/alcohol.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/alcohol.txt b/npc/items/alcohol.txt
index 01eb4d4b0..1c157584b 100644
--- a/npc/items/alcohol.txt
+++ b/npc/items/alcohol.txt
@@ -105,6 +105,6 @@ OnUse:
function script ALCReset {
if (ALC_DELAYTIME < gettimetick(2))
ALC_THRESHOLD=0;
- end;
+ return;
}