Reduce Diona healing

This commit is contained in:
Markolie
2015-02-25 22:45:06 +01:00
parent e9e4437e91
commit a63ce564fd
+3 -3
View File
@@ -916,10 +916,10 @@ var/global/list/brutefireloss_overlays = list("1" = image("icon" = 'icons/mob/sc
if(species.flags & IS_PLANT)
if(nutrition > 450)
nutrition = 450
if(light_amount >= 3) //if there's enough light, heal
if(light_amount >= 5) //if there's enough light, heal
adjustBruteLoss(-(light_amount/2))
adjustFireLoss(-(light_amount/2))
adjustToxLoss(-(light_amount))
adjustFireLoss(-(light_amount/4))
//adjustToxLoss(-(light_amount))
adjustOxyLoss(-(light_amount))
//TODO: heal wounds, heal broken limbs.