From 85f6f317c6f086c1155eb5a45c93781f4cf95943 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Jul 2021 15:41:42 -0300 Subject: Do not kill instantly on scripted death; And honor $HARDCORE flag if set --- npc/009-2/nurse.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/009-2') 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; -- cgit v1.2.3-60-g2f50