diff options
Diffstat (limited to 'world/map/npc/items/shock_sweet.txt')
-rw-r--r-- | world/map/npc/items/shock_sweet.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/items/shock_sweet.txt b/world/map/npc/items/shock_sweet.txt index ea5992c3..dc61790d 100644 --- a/world/map/npc/items/shock_sweet.txt +++ b/world/map/npc/items/shock_sweet.txt @@ -1,5 +1,7 @@ function|script|useShockSweet { + if (getmap() == "099-5") + addtimer 0, "Xakelbael the Dark#0::OnAdjustSweet"; if (rand(5)) goto L_Change; message strcharinfo(0), "Yuck, this tastes like earwax!"; |