fix(Scripts/TheEye): Make Solarian visible on phase transition (#18585)

This commit is contained in:
Andrew
2024-03-20 13:37:42 -03:00
committed by GitHub
parent f567283f2b
commit 1198766afa

View File

@@ -76,6 +76,7 @@ struct boss_high_astromancer_solarian : public BossAI
Talk(SAY_VOID);
me->InterruptNonMeleeSpells(false);
scheduler.CancelAll();
me->SetModelVisible(true);
me->ResumeChasingVictim();
scheduler.Schedule(3s, [this](TaskContext context)
{