summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/015-8/sealedshrine.txt6
1 files changed, 3 insertions, 3 deletions
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);