Section 13 complete, Damage numbers, added Block chance and Critical Hit chance

This commit is contained in:
2025-11-09 16:27:22 -05:00
parent 2dbdfa5bf8
commit b51c555d9e
112 changed files with 11164 additions and 9455 deletions

View File

@@ -41,6 +41,12 @@ int32 AAuraEnemy::GetPlayerLevel()
return Level;
}
void AAuraEnemy::Die()
{
SetLifeSpan(LifeSpan);
Super::Die();
}
void AAuraEnemy::BeginPlay()
{
Super::BeginPlay();