fixed wrong stun removal

Apes no longer stack their attacks

Apes no longer stack their attacks and excess comments removed
This commit is contained in:
EmosewaMC
2022-03-23 18:08:09 -07:00
parent a49f9dc586
commit f83ad8bbe4
2 changed files with 5 additions and 16 deletions

View File

@@ -32,6 +32,7 @@ void WaveBossApe::OnFireEventServerSide(Entity *self, Entity *sender, std::strin
auto* combatAIComponent = self->GetComponent<BaseCombatAIComponent>();
if (combatAIComponent != nullptr) {
combatAIComponent->SetDisabled(false);
combatAIComponent->SetStunImmune(false);
}
} else {
BaseEnemyApe::OnFireEventServerSide(self, sender, args, param1, param2, param3);