Added stun immunity for bosses in Battle of Nimbus Station (#428)

This commit is contained in:
David Markowitz
2022-02-01 08:48:23 -08:00
committed by GitHub
parent 026654b0d0
commit dac8ec621c
3 changed files with 0 additions and 3 deletions

View File

@@ -20,7 +20,6 @@ WaveBossHorsemen::OnFireEventServerSide(Entity *self, Entity *sender, std::strin
auto* combatAIComponent = self->GetComponent<BaseCombatAIComponent>();
if (combatAIComponent != nullptr) {
combatAIComponent->SetDisabled(false);
combatAIComponent->SetStunImmune(false);
}
}
}