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/025-4/battlecaves.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'npc/025-4/battlecaves.txt') diff --git a/npc/025-4/battlecaves.txt b/npc/025-4/battlecaves.txt index 16b8d6d4..b5746027 100644 --- a/npc/025-4/battlecaves.txt +++ b/npc/025-4/battlecaves.txt @@ -13,7 +13,7 @@ L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; - heal -Hp, 0; + die(); end; L_Start: @@ -99,7 +99,7 @@ L_Done: L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; - heal -Hp, 0; + die(); end; L_Start: @@ -183,7 +183,7 @@ L_Done: L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; - heal -Hp, 0; + die(); end; L_Start: @@ -268,7 +268,7 @@ L_Done: L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; - heal -Hp, 0; + die(); end; L_Start: @@ -356,7 +356,7 @@ L_Done: L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; - heal -Hp, 0; + die(); end; L_Start: @@ -444,7 +444,7 @@ L_Done: L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; - heal -Hp, 0; + die(); end; L_Start: @@ -532,7 +532,7 @@ L_Done: L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; - heal -Hp, 0; + die(); end; L_Start: @@ -622,7 +622,7 @@ L_Done: L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; - heal -Hp, 0; + die(); end; L_Start: @@ -712,7 +712,7 @@ L_Done: L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; - heal -Hp, 0; + die(); end; L_Start: @@ -797,7 +797,7 @@ L_Done: if ($@battlecave10 == 1 && cavefights & BATTLE_CAVE1 && cavefights & BATTLE_CAVE2 && cavefights & BATTLE_CAVE3 && cavefights & BATTLE_CAVE4 && cavefights & BATTLE_CAVE5 && cavefights & BATTLE_CAVE6 && cavefights & BATTLE_CAVE7 && cavefights & BATTLE_CAVE8 && cavefights & BATTLE_CAVE9 && Rossy_Quest == 15) goto L_Start; message strcharinfo(0), "You shouldn't be here, you cheater."; - heal -Hp, 0; + die(); end; L_Start: @@ -938,7 +938,7 @@ L_Done: L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; - heal -Hp, 0; + die(); end; L_Done: -- cgit v1.2.3-60-g2f50