diff options
-rw-r--r-- | npc/015-8/puzzle.txt | 1 | ||||
-rw-r--r-- | npc/015-8/sealedshrine.txt | 2 |
2 files changed, 2 insertions, 1 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; diff --git a/npc/015-8/sealedshrine.txt b/npc/015-8/sealedshrine.txt index 9b0a5ccf4..de27234c0 100644 --- a/npc/015-8/sealedshrine.txt +++ b/npc/015-8/sealedshrine.txt @@ -83,7 +83,7 @@ function script SaggySealInit { .@mobId=WickedMushroom; break; } - monster .@m$, .@x, .@y, "Seal Guardian", .@mobId, 1; + monster .@m$, .@x, .@y, "Seal Protector", .@mobId, 1; // Schedule next sequence if (.@z+1 < 10) |