From aca3e74dcd7054de0297c5e3edcd2a2c6f9a1a7d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 13 Sep 2019 22:16:22 -0300 Subject: Bandit Lord: Do not fire the event if Bandit Lord dies AFTER you --- npc/015-2/lordcave.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/015-2/lordcave.txt b/npc/015-2/lordcave.txt index 661a37636..6303b2c19 100644 --- a/npc/015-2/lordcave.txt +++ b/npc/015-2/lordcave.txt @@ -19,7 +19,7 @@ L_Summon: OnLordDeath: .@q=getq(HurnscaldQuest_Bandits); - if (.@q == 6) { + if (.@q == 6 && !ispcdead()) { setq HurnscaldQuest_Bandits, 7; dispbottom l("Phew! The Bandit Lord was killed."); } -- cgit v1.2.3-60-g2f50