diff options
-rw-r--r-- | npc/003-2-1/demure.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-2-1/demure.txt b/npc/003-2-1/demure.txt index 0e3e0b841..ea5752ffa 100644 --- a/npc/003-2-1/demure.txt +++ b/npc/003-2-1/demure.txt @@ -37,11 +37,13 @@ OnHydra: areamonster "003-2-1", 20, 20, 65, 60, strmobinfo(1, ComplaintDragon), ComplaintDragon, any(1,1,2), "NotSoBot::OnHydra2"; setq Q_DragonFarm, getq(Q_DragonFarm)+1; + fix_mobkill(ComplaintDragon); if (getq(Q_DragonFarm) > 100) goto L_Kick; end; OnHydra2: setq Q_DragonFarm, getq(Q_DragonFarm)+1; + fix_mobkill(ComplaintDragon); if (getq(Q_DragonFarm) > 100) goto L_Kick; end; |