From ccc42d23b79617fbe99ba3f8c39c41dde5e31b2c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 1 Jun 2019 23:40:09 -0300 Subject: Fix bugs, and allow players to take advantage of M+ autotarget features. --- npc/015-8/puzzle.txt | 1 + npc/015-8/sealedshrine.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'npc') 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) -- cgit v1.2.3-70-g09d2