From f76bc898a606bd05b0b9a32ba42b1b80d8140f74 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 1 Jun 2019 19:51:04 -0300 Subject: Minor bugfix (close -> end) --- npc/015-8/sealedshrine.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/015-8') diff --git a/npc/015-8/sealedshrine.txt b/npc/015-8/sealedshrine.txt index 9ddf02f4c..571030dd1 100644 --- a/npc/015-8/sealedshrine.txt +++ b/npc/015-8/sealedshrine.txt @@ -169,7 +169,7 @@ OnTouch: // It is stage 3, so we will write to setq3 that the seal is open... Soon. SaggySealInit(.name$, .x, .y, 0); - close; + end; OnBreakSeal01: SaggySealInit(.name$, .x, .y, 1); @@ -255,7 +255,7 @@ OnTouch: // It is stage 3, so we will write to setq3 that the seal is open... Soon. SaggySealInit(.name$, .x, .y, 0); - close; + end; OnBreakSeal01: SaggySealInit(.name$, .x, .y, 1); @@ -341,7 +341,7 @@ OnTouch: // It is stage 3, so we will write to setq3 that the seal is open... Soon. SaggySealInit(.name$, .x, .y, 0); - close; + end; OnBreakSeal01: SaggySealInit(.name$, .x, .y, 1); -- cgit v1.2.3-60-g2f50