fix(Scripts/TheEye): make sure Solarian always get reset to REACT STATE aggressive on reset (#18302)

initial
This commit is contained in:
Dan
2024-02-12 12:17:24 +01:00
committed by GitHub
parent 025602ac8a
commit fb49062a56

View File

@@ -65,6 +65,7 @@ struct boss_high_astromancer_solarian : public BossAI
{
BossAI::Reset();
me->SetModelVisible(true);
me->SetReactState(REACT_AGGRESSIVE);
ScheduleHealthCheckEvent(20, [&]{
scheduler.CancelAll();