summaryrefslogtreecommitdiff
path: root/npc/051-3/ambush.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/051-3/ambush.txt')
-rw-r--r--npc/051-3/ambush.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/051-3/ambush.txt b/npc/051-3/ambush.txt
index 82252521..d596984e 100644
--- a/npc/051-3/ambush.txt
+++ b/npc/051-3/ambush.txt
@@ -16,7 +16,7 @@ L_PrepareAmbush:
end;
L_ShouldNotBeHere:
- heal -Hp, 0;
+ die();
end;
}
@@ -33,7 +33,7 @@ L_MakeAmbush:
end;
L_ShouldNotBeHere:
- heal -Hp, 0;
+ die();
message strcharinfo(0), "Your throat got cut by a sneaky bandit!";
end;
}
@@ -77,7 +77,7 @@ OnA:
if (strcharinfo(0) == $@iLLIA_HELPER3$)
goto L_CaptureHelper3;
// kill that player otherwise, since not part of the quest.
- heal -Hp, 0;
+ die();
end;
L_CaptureHero: