diff options
-rw-r--r-- | npc/013-3_Cave/sword_chest.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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!"; |