Skip to content

Commit

Permalink
Added shadowperson healing case for when inside locker
Browse files Browse the repository at this point in the history
  • Loading branch information
leoworm committed Sep 19, 2024
1 parent a091516 commit f3734ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/mob/living/carbon/human/species/shadow.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
..()

0 comments on commit f3734ab

Please sign in to comment.