diff --git a/code/modules/mob/living/carbon/human/species/shadow.dm b/code/modules/mob/living/carbon/human/species/shadow.dm index 24ff15da201..92f9f48e14c 100644 --- a/code/modules/mob/living/carbon/human/species/shadow.dm +++ b/code/modules/mob/living/carbon/human/species/shadow.dm @@ -39,4 +39,7 @@ else if(light_amount < 2) //heal in the dark H.heal_overall_damage(1, 1) H.clear_alert("lightexposure") + else //we're inside an object, so darkness + H.clear_alert("lightexposure") + H.heal_overall_damage(1, 1) ..()