fix(Scripts/TheEye): make sure Solarian always get reset to REACT STATE aggressive on reset (#18302)
initial
This commit is contained in:
parent
025602ac8a
commit
fb49062a56
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ struct boss_high_astromancer_solarian : public BossAI
|
|||
{
|
||||
BossAI::Reset();
|
||||
me->SetModelVisible(true);
|
||||
me->SetReactState(REACT_AGGRESSIVE);
|
||||
|
||||
ScheduleHealthCheckEvent(20, [&]{
|
||||
scheduler.CancelAll();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue