diff options
Diffstat (limited to 'npc/026-7')
-rw-r--r-- | npc/026-7/boss.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/026-7/boss.txt b/npc/026-7/boss.txt index 4e287b644..b7e699481 100644 --- a/npc/026-7/boss.txt +++ b/npc/026-7/boss.txt @@ -332,6 +332,10 @@ OnTimer10000: .memohp = .@hp; .mana += 25; siege_cast("026-7", .name$, 35, TP_TULIM|TP_HURNS|TP_NIVAL); + if (any(true,false,false)) + unitwarp(.MK, "026-7", rand2(38, 40), rand2(35, 37)); + else + unitwarp(.MK, "026-7", rand2(35, 44), rand2(40, 45)); } // If Monster King is taking too much damage and too fast, throttle players // Aegis Shield, however, provides immunity to this |