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/052-2/chest.txt | 2 +- npc/052-2/partyroom.txt | 6 +++--- npc/052-2/storage.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/052-2') diff --git a/npc/052-2/chest.txt b/npc/052-2/chest.txt index a54fa144..64341c7a 100644 --- a/npc/052-2/chest.txt +++ b/npc/052-2/chest.txt @@ -12,7 +12,7 @@ goto L_Pick; L_ShouldNotBeHere: - heal -Hp, 0; + die(); end; OnInit: diff --git a/npc/052-2/partyroom.txt b/npc/052-2/partyroom.txt index dfd0613e..12d5b119 100644 --- a/npc/052-2/partyroom.txt +++ b/npc/052-2/partyroom.txt @@ -11,7 +11,7 @@ L_SpawnLuvia: end; L_ShouldNotBeHere: - heal -Hp, 0; + die(); end; } @@ -44,7 +44,7 @@ L_Start: end; L_ShouldNotBeHere: - heal -Hp, 0; + die(); end; OnTimer1000: @@ -262,6 +262,6 @@ OnW00t: end; L_ShouldNotBeHere: - heal -Hp, 0; + die(); end; } diff --git a/npc/052-2/storage.txt b/npc/052-2/storage.txt index 8dfcdfaf..b56314e2 100644 --- a/npc/052-2/storage.txt +++ b/npc/052-2/storage.txt @@ -7,7 +7,7 @@ end; L_ShouldNotBeHere: - heal -Hp, 0; + die(); end; L_StartItemInvoker: @@ -173,7 +173,7 @@ L_Warp: end; L_ShouldNotBeHere: - heal -Hp, 0; + die(); end; } -- cgit v1.2.3-60-g2f50