This commit is contained in:
SoulliesOfficial
2026-04-01 12:23:27 -04:00
parent aff7ac0e03
commit c3b1561375
933 changed files with 114333 additions and 119360 deletions

View File

@@ -27,10 +27,10 @@ namespace Continentis.MainGame.UI
int currentBlock = currentAttributes.GetRoundValue("Block");
int currentDodge = currentAttributes.GetRoundValue("Dodge");
int currentShield = currentAttributes.GetRoundValue("Shield");
int currentTemporaryHealth = currentAttributes.GetRoundValue("TemporaryHealth");
defenseModule.UpdateBlock(currentBlock);
defenseModule.UpdateDodge(currentDodge);
defenseModule.UpdateShield(currentShield);
defenseModule.UpdateShield(currentTemporaryHealth);
}
}