Skip to content

Commit

Permalink
Added shadowperson healing case for when inside locker (ParadiseSS13#…
Browse files Browse the repository at this point in the history
  • Loading branch information
leoworm authored Sep 28, 2024
1 parent ff76ba2 commit 0f58720
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 0f58720

Please sign in to comment.