diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-01 19:51:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-01 19:51:04 -0300 |
commit | f76bc898a606bd05b0b9a32ba42b1b80d8140f74 (patch) | |
tree | dd9fe3834c307e1d2121d5fb2f0ee239fb3de7a4 /npc/015-8/sealedshrine.txt | |
parent | 5b37c844c5df61b090a3d2dfb4e792795057303c (diff) | |
download | serverdata-f76bc898a606bd05b0b9a32ba42b1b80d8140f74.tar.gz serverdata-f76bc898a606bd05b0b9a32ba42b1b80d8140f74.tar.bz2 serverdata-f76bc898a606bd05b0b9a32ba42b1b80d8140f74.tar.xz serverdata-f76bc898a606bd05b0b9a32ba42b1b80d8140f74.zip |
Minor bugfix (close -> end)
Diffstat (limited to 'npc/015-8/sealedshrine.txt')
-rw-r--r-- | npc/015-8/sealedshrine.txt | 6 |
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); |