summaryrefslogtreecommitdiff
path: root/npc/015-8/sealedshrine.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/015-8/sealedshrine.txt')
-rw-r--r--npc/015-8/sealedshrine.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/015-8/sealedshrine.txt b/npc/015-8/sealedshrine.txt
index 8be41f9e3..d4e41700d 100644
--- a/npc/015-8/sealedshrine.txt
+++ b/npc/015-8/sealedshrine.txt
@@ -424,7 +424,7 @@ OnTouch:
if (@SaggySeal$ != "") {
npctalk3 l("The seal retaliates! It was super effective. You are dead!");
@SaggySeal$="";
- percentheal -100, -100;
+ die();
end;
}
end;
@@ -435,7 +435,7 @@ OnTouch:
if (@SaggySeal$ != "") {
npctalk3 l("The seal retaliates! It was super effective. You are dead!");
@SaggySeal$="";
- percentheal -100, -100;
+ die();
end;
}
end;
@@ -446,7 +446,7 @@ OnTouch:
if (@SaggySeal$ != "") {
npctalk3 l("The seal retaliates! It was super effective. You are dead!");
@SaggySeal$="";
- percentheal -100, -100;
+ die();
end;
}
end;
@@ -586,7 +586,7 @@ function script SaggyShrineStatue {
OnScheduledDeath:
npctalk3 l("Be devoured!");
- percentheal -100, -100;
+ die();
end;
OnInit:
@@ -600,7 +600,7 @@ OnInit:
OnScheduledDeath:
npctalk3 l("Be devoured!");
- percentheal -100, -100;
+ die();
end;
OnInit: