Added shadowperson healing case for when inside locker (#26837)

This commit is contained in:
leoworm
2024-09-28 08:18:23 +00:00
committed by GitHub
parent ff76ba224d
commit 0f587202d0
@@ -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)
..()