diff options
Diffstat (limited to 'world/map/npc/xmas/2011/doll.txt')
-rw-r--r-- | world/map/npc/xmas/2011/doll.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/xmas/2011/doll.txt b/world/map/npc/xmas/2011/doll.txt index 180f93f4..a737d963 100644 --- a/world/map/npc/xmas/2011/doll.txt +++ b/world/map/npc/xmas/2011/doll.txt @@ -99,11 +99,11 @@ L_Doll: menu "Here it is.",-, "I don't have it yet.",L_Close; - if ((countitem("CottonCloth") < @cotton_amount) || (countitem("LightBlueDye") < @dye_amount) || (countitem("HardSpike") < @spikes_amount)) + if ((countitem("CottonCloth") < @cotton_amount) || (countitem("LightBlueDye") < @dye_amount) || (countitem("HardSpike") < @spike_amount)) goto L_NoItems; delitem "CottonCloth", @cotton_amount; delitem "LightBlueDye", @dye_amount; - delitem "HardSpike", @spikes_amount; + delitem "HardSpike", @spike_amount; set @doll, 3; callsub S_Update_Var; getitem "Doll", 1; |