quick heal fix before i go to work

This commit is contained in:
BlackMajor
2022-04-22 12:23:18 +12:00
parent 9b98230f95
commit 72008618bf

View File

@@ -125,6 +125,8 @@
//Set the max
maxHealth = humanform.getMaxHealth()*2 //HUMANS, and their 'double health', bleh.
human_brute = humanform.getActualBruteLoss()
human_burn = humanform.getActualFireLoss()
health = maxHealth - humanform.getOxyLoss() - humanform.getToxLoss() - humanform.getCloneLoss() - humanform.getBruteLoss() - humanform.getFireLoss()
//Alive, becoming dead