Skip to content

Commit

Permalink
fix(Scripts/TheEye): Make Solarian visible on phase transition (azero…
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah authored Mar 20, 2024
1 parent f567283 commit 1198766
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 1198766

Please sign in to comment.