summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/items/alcohol.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/items/alcohol.txt b/npc/items/alcohol.txt
index 374a4be31..f269a5fc5 100644
--- a/npc/items/alcohol.txt
+++ b/npc/items/alcohol.txt
@@ -87,8 +87,7 @@ OnUse:
else .@val1 = @taste;
// Put the delay in ms.
- .@delay = remaining_bonus(SC_OVERLAPEXPUP, false);
- .@delay = .@t + @Alcohol*.@deltatime;
+ .@delay = remaining_bonus(SC_OVERLAPEXPUP, false) + @Alcohol * .@deltatime;
// Reset EXP Bonus based on the new cumulative delay and average exp bonus
sc_end SC_OVERLAPEXPUP;