diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-23 16:29:09 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-23 16:29:09 +0000 |
commit | f1fdfb826cb1666bf87020e0187a484b4effe530 (patch) | |
tree | 7ee35c5ec33c1fd2630e9f334e3ce2dad7de703d /npc/013-3_Cave | |
parent | 8a7402537085e22f8ec9bd06c0922329fd568290 (diff) | |
download | serverdata-f1fdfb826cb1666bf87020e0187a484b4effe530.tar.gz serverdata-f1fdfb826cb1666bf87020e0187a484b4effe530.tar.bz2 serverdata-f1fdfb826cb1666bf87020e0187a484b4effe530.tar.xz serverdata-f1fdfb826cb1666bf87020e0187a484b4effe530.zip |
Fix chest to take the correct number of keys
Diffstat (limited to 'npc/013-3_Cave')
-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!"; |