summaryrefslogtreecommitdiff
path: root/world/map/npc/annuals
diff options
context:
space:
mode:
authorMonwarez <monwarez@gmail.com>2016-11-01 22:25:01 +0100
committerMonwarez <monwarez@gmail.com>2016-11-01 22:25:01 +0100
commit3f70d6f48c763030138c38febeae516ed3416eda (patch)
treeda6f80070d55c6b041b639a877009efe47a6aa04 /world/map/npc/annuals
parent8d307014086d4060e4345ad9323b9210095ff3d7 (diff)
downloadserverdata-3f70d6f48c763030138c38febeae516ed3416eda.tar.gz
serverdata-3f70d6f48c763030138c38febeae516ed3416eda.tar.bz2
serverdata-3f70d6f48c763030138c38febeae516ed3416eda.tar.xz
serverdata-3f70d6f48c763030138c38febeae516ed3416eda.zip
quick and dirty fix
Diffstat (limited to 'world/map/npc/annuals')
-rw-r--r--world/map/npc/annuals/halloween/gak.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/annuals/halloween/gak.txt b/world/map/npc/annuals/halloween/gak.txt
index 00705801..4ba1bf49 100644
--- a/world/map/npc/annuals/halloween/gak.txt
+++ b/world/map/npc/annuals/halloween/gak.txt
@@ -408,7 +408,7 @@ L_Nb_Sweets_Menu_Select:
if (@menu > 6) close;
if (countitem(@giveitem$) < @givecounter) goto L_Not_Enough_Sweeties;
delitem @giveitem$, @givecounter;
- if ($hween16 == 1) set hween16, hween16 + 1;
+ set hween16, hween16 + 1;
if (@giveitem$ == "TonoriDelight") set $hween16_tondel, $hween16_tondel + @givecounter;
if (@giveitem$ == "Marshmallow") set $hween16_mmallow, $hween16_mmallow + @givecounter;
if (@giveitem$ == "JellySkull") set $hween16_jelskul, $hween16_jelskul + @givecounter;