diff options
Diffstat (limited to 'npc/015-2/lordcave.txt')
-rw-r--r-- | npc/015-2/lordcave.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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."); } |