summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/015-2/lordcave.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/015-2/lordcave.txt b/npc/015-2/lordcave.txt
index 5e403db98..661a37636 100644
--- a/npc/015-2/lordcave.txt
+++ b/npc/015-2/lordcave.txt
@@ -11,7 +11,8 @@ OnTouch:
end;
L_Summon:
- if (mobcount("015-2", "#BanditLordDen::OnLordDeath") == 0)
+ .@q=getq(HurnscaldQuest_Bandits);
+ if (mobcount("015-2", "#BanditLordDen::OnLordDeath") == 0 && .@q == 6)
monster "015-2",260,250,"Bandit Lord",BanditLord,1, "#BanditLordDen::OnLordDeath";
slide 251, 277;
end;