summaryrefslogtreecommitdiff
path: root/npc/051-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-09 15:41:42 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-09 15:41:42 -0300
commit85f6f317c6f086c1155eb5a45c93781f4cf95943 (patch)
tree47b12bf54aa08f6661b68ce565263502a0b64c22 /npc/051-3
parenta853b2fe2e99f389d7e4d68d5ca58bef856fc459 (diff)
downloadserverdata-85f6f317c6f086c1155eb5a45c93781f4cf95943.tar.gz
serverdata-85f6f317c6f086c1155eb5a45c93781f4cf95943.tar.bz2
serverdata-85f6f317c6f086c1155eb5a45c93781f4cf95943.tar.xz
serverdata-85f6f317c6f086c1155eb5a45c93781f4cf95943.zip
Do not kill instantly on scripted death; And honor $HARDCORE flag if set
Diffstat (limited to 'npc/051-3')
-rw-r--r--npc/051-3/ambush.txt6
-rw-r--r--npc/051-3/reinforcements.txt4
2 files changed, 5 insertions, 5 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:
diff --git a/npc/051-3/reinforcements.txt b/npc/051-3/reinforcements.txt
index b56b6271..b29624a8 100644
--- a/npc/051-3/reinforcements.txt
+++ b/npc/051-3/reinforcements.txt
@@ -9,7 +9,7 @@ L_CallReinforcements:
end;
L_ShouldNotBeHere:
- heal -Hp, 0;
+ die();
end;
}
@@ -22,7 +22,7 @@ L_ShouldNotBeHere:
"Do nothing", L_close;
L_ShouldNotBeHere:
- heal -Hp, 0;
+ die();
end;
L_TryOpen: