From 61d14421decc566f4c34c93244e1df6c20297d55 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 10 Apr 2019 09:42:26 -0300 Subject: Replace exp bonus SC (this now can be void in some maps, beware) --- npc/items/alcohol.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npc/items/alcohol.txt b/npc/items/alcohol.txt index cd52e5c51..4b03e6818 100644 --- a/npc/items/alcohol.txt +++ b/npc/items/alcohol.txt @@ -60,8 +60,8 @@ OnUse: .@val1 += @taste; // Reset EXP Bonus - sc_end SC_OVERLAPEXPUP; - sc_start SC_OVERLAPEXPUP, .@delay, .@val1; + sc_end SC_CASH_PLUSEXP; + sc_start SC_CASH_PLUSEXP, .@delay, .@val1; // Same goes for attack speed debuff // Except delay does not stack, and malus is recalculated -- cgit v1.2.3-60-g2f50