diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-01 23:40:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-01 23:40:09 -0300 |
commit | ccc42d23b79617fbe99ba3f8c39c41dde5e31b2c (patch) | |
tree | f0bd8166e1d315ae7e4924a94f7aa6c93b2622a7 /npc/015-8/puzzle.txt | |
parent | d81a214af4526c113192e7aa4fdc400dc54f2f4b (diff) | |
download | serverdata-ccc42d23b79617fbe99ba3f8c39c41dde5e31b2c.tar.gz serverdata-ccc42d23b79617fbe99ba3f8c39c41dde5e31b2c.tar.bz2 serverdata-ccc42d23b79617fbe99ba3f8c39c41dde5e31b2c.tar.xz serverdata-ccc42d23b79617fbe99ba3f8c39c41dde5e31b2c.zip |
Fix bugs, and allow players to take advantage of M+ autotarget features.
Diffstat (limited to 'npc/015-8/puzzle.txt')
-rw-r--r-- | npc/015-8/puzzle.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/015-8/puzzle.txt b/npc/015-8/puzzle.txt index c8c5f6030..00e44985e 100644 --- a/npc/015-8/puzzle.txt +++ b/npc/015-8/puzzle.txt @@ -96,6 +96,7 @@ OnTouch: mesc l("After hours of hard work..."); next; mesc l("You succeed in crossing the chasm!"); + delitem WoodenLog, 5; @saggychasmok=true; } break; |