From f1fdfb826cb1666bf87020e0187a484b4effe530 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sun, 23 Nov 2008 16:29:09 +0000 Subject: Fix chest to take the correct number of keys --- npc/013-3_Cave/sword_chest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/013-3_Cave/sword_chest.txt b/npc/013-3_Cave/sword_chest.txt index 2860cfa1..1cac4879 100644 --- a/npc/013-3_Cave/sword_chest.txt +++ b/npc/013-3_Cave/sword_chest.txt @@ -13,7 +13,7 @@ L_Yes: if(countitem(537) < 10) goto L_Not_Enough; - delitem 537, 3; + delitem 537, 10; getitem 536, 1; mes "[Chest]"; mes "You opened it and found a short sword!"; -- cgit v1.2.3-60-g2f50