diff options
Diffstat (limited to 'npc/026-7/boss.txt')
-rw-r--r-- | npc/026-7/boss.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/026-7/boss.txt b/npc/026-7/boss.txt index 5cf01e166..1983094dd 100644 --- a/npc/026-7/boss.txt +++ b/npc/026-7/boss.txt @@ -292,6 +292,8 @@ OnTimer10000: areamonster("026-7", 30, 27, 50, 50, "Heart's Curse", EpiphanyWisp, 1); areamonster("026-7", 30, 27, 50, 50, "Heart's Curse", SacredWisp, 1); areamonster("026-7", 30, 27, 50, 50, "Heart's Curse", PanthomWisp, 1); + .@t=areamonster("026-7", 30, 27, 50, 50, "Heart's Curse", Tortuga, 1); + set_aggro(.@t); } // Remove the immortality and reset Death Touch timer .immortal = false; |