diff --git a/Source/vampires/VampireGameMode.cpp b/Source/vampires/VampireGameMode.cpp index 0f8a9fd..9ce98db 100644 --- a/Source/vampires/VampireGameMode.cpp +++ b/Source/vampires/VampireGameMode.cpp @@ -95,6 +95,7 @@ void AVampireGameMode::SpawnEnemy() { healthComponent->OnDeath.AddDynamic(this, &AVampireGameMode::HandleOnEnemyDeath); } + healthComponent->ResetHealth(); } } }