Merge pull request #3114 from Daniel0Mclovin/patch-2

Rebalanced pod people so they arnt as weak.
This commit is contained in:
LetterJay
2017-10-04 18:42:02 -04:00
committed by GitHub
@@ -37,7 +37,7 @@
if(H.nutrition > NUTRITION_LEVEL_FULL)
H.nutrition = NUTRITION_LEVEL_FULL
if(light_amount > 0.2) //if there's enough light, heal
H.heal_overall_damage(0.05,0)
H.heal_overall_damage(0.75,0)
H.adjustOxyLoss(-0.5)
if(H.nutrition < NUTRITION_LEVEL_STARVING + 55)