From b8b9efc2edbe96e34564e34c28f8a99edec92a63 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Fri, 9 Dec 2011 11:33:23 +0100 Subject: Christmas Event: some fixes --- world/map/npc/xmas/2011/doll.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world/map/npc/xmas/2011/doll.txt') 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; -- cgit v1.2.3-70-g09d2