summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/026-7/boss.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/026-7/boss.txt b/npc/026-7/boss.txt
index 9c16f4f59..7a7518a2b 100644
--- a/npc/026-7/boss.txt
+++ b/npc/026-7/boss.txt
@@ -263,6 +263,10 @@ OnTimer10000:
if (.start_time < gettimetick(2) + 60) {
unittalk(.MK, "Death touch!");
maptimer2("026-7", 10, "Impregnable#B7F::OnDeathTouch");
+ areamonster("026-7", 30, 27, 50, 50, "Heart's Curse", EvilWisp, 1);
+ 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);
}
// Remove the immortality and reset Death Touch timer
.immortal = false;
@@ -289,6 +293,7 @@ OnTimer10000:
maptimer2("026-7", 10, "Impregnable#B7F::OnDeathTouch");
.mana += 5; // Replenish the skill mana cost
.start_time = gettimetick(2) + 180 + 60; // This only happens once
+ monster("026-7", 39, 34, "Summoned Reaper", Reaper, 1);
}
}