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-8/celestia.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/009-8') diff --git a/npc/009-8/celestia.txt b/npc/009-8/celestia.txt index e4ef6f2d..52d26e33 100644 --- a/npc/009-8/celestia.txt +++ b/npc/009-8/celestia.txt @@ -23,7 +23,7 @@ L_YetiMask: mes "You catch a glimpse of a black bow while some kind of dark mist quickly overcomes you."; next; mes "You feel a sharp pain in your heart and everything fades into darkness."; - heal -Hp, 0; // set the current hp to 0 (kill the player) + die(); // set the current hp to 0 (kill the player) set @scared_celestia, 1; // set a temporary variable (resets on log out) in the player scope (variable is stored in the player, not in the npc) close; // terminate the script and require the player to press the "close" button -- cgit v1.2.3-60-g2f50