From a2b7f57926d1b6a6c2a9cb2c77c82071a8a571e4 Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Fri, 26 Jan 2018 23:39:18 -0500 Subject: [PATCH] Diona Nutrition loss in darkness --- code/modules/mob/living/carbon/human/species/station.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/human/species/station.dm b/code/modules/mob/living/carbon/human/species/station.dm index f13efeb74c7..6a70e3700b0 100644 --- a/code/modules/mob/living/carbon/human/species/station.dm +++ b/code/modules/mob/living/carbon/human/species/station.dm @@ -906,6 +906,7 @@ H.clear_alert("nolight") else H.throw_alert("nolight", /obj/screen/alert/nolight) + H.nutrition -= 20 if((light_amount >= 5 && H.nutrition >= NUTRITION_LEVEL_FED ) && !H.suiciding) //if there's enough light, heal H.adjustBruteLoss(-(light_amount/2))