Reset Health on retrieval from poo

This commit is contained in:
baz 2025-02-03 20:26:12 +00:00
parent 390b50547b
commit 7611c87e21

View File

@ -95,6 +95,7 @@ void AVampireGameMode::SpawnEnemy()
{
healthComponent->OnDeath.AddDynamic(this, &AVampireGameMode::HandleOnEnemyDeath);
}
healthComponent->ResetHealth();
}
}
}