summaryrefslogtreecommitdiff
path: root/npc/009-2
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/009-2
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/009-2')
-rw-r--r--npc/009-2/nurse.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/009-2/nurse.txt b/npc/009-2/nurse.txt
index d534f64d..6741b2fb 100644
--- a/npc/009-2/nurse.txt
+++ b/npc/009-2/nurse.txt
@@ -64,7 +64,7 @@ L_Heal:
mes "[Nurse]";
mes "\"Here, let me heal you.\"";
next;
- heal 10000, 10000;
+ percentheal 100, 100;
goto L_close;
L_NoHeal:
@@ -367,7 +367,7 @@ L_hl_m_vn:
next;
mes ".......";
// bye bye player!
- heal -Hp, 0;
+ die();
// close instead of telling how much stabilizer is needed
goto L_close;
// goto L_check_st;