summaryrefslogtreecommitdiff
path: root/npc/009-8/celestia.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-8/celestia.txt')
-rw-r--r--npc/009-8/celestia.txt2
1 files changed, 1 insertions, 1 deletions
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