diff options
-rw-r--r-- | npc/026-5/ctrl.c | 5 | ||||
-rw-r--r-- | npc/026-7/boss.txt | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/npc/026-5/ctrl.c b/npc/026-5/ctrl.c index 0865ab3fc..939bd5ae5 100644 --- a/npc/026-5/ctrl.c +++ b/npc/026-5/ctrl.c @@ -149,10 +149,7 @@ L_Warp: mesc l("Minimum wins: %d/%d", $MK_TEMPVAR, MKIF_LV_B6F), 1; close; } - if (is_staff()) - warp "026-6", 100, 90; // TODO: Release these coords - else - dispbottom l("Coming Soon, in Moubootaur Legends!"); + warp "026-6", 100, 90; end; OnInit: diff --git a/npc/026-7/boss.txt b/npc/026-7/boss.txt index 2f6da9220..9b5c95fa1 100644 --- a/npc/026-7/boss.txt +++ b/npc/026-7/boss.txt @@ -473,7 +473,7 @@ L_NextAct: freeloop(true); for (.@i=0; .@i < 25; .@i++) { .@m = areamonster("026-7", 20, 20, 55, 55, "Subjugated Monster", any(PinkieEmperor, PanthomLord, TerraniteKing, YetiKing, PsiConscience, DemureSecondForm, Luvia, Birb, MonsterGeneral, MonsterColonel, LavaSlimeMother, BlackSlimeMother, WanderingShadow, BanditLord, HoodedAssassin, SpiderQueen, NightScorpion, SaxsoGhost, GiantMutatedBat), 1); - immortal(.@m); + immortal(.@m); // Broken? sc_start(SC_STUN, 90000, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK, .@m); sleep(200); // 5 s } |