From 28f3de152fd1d239fdb2238a62dacf705abcee8f Mon Sep 17 00:00:00 2001 From: spookerton Date: Tue, 29 Nov 2022 06:28:13 +0000 Subject: [PATCH] rejuvenate strips ghost vision from mobs --- code/modules/mob/living/living.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm index e07160cb19..572a462819 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -556,12 +556,18 @@ SetStunned(0) SetWeakened(0) + // undo various death related conveniences + sight = initial(sight) + see_in_dark = initial(see_in_dark) + see_invisible = initial(see_invisible) + // shut down ongoing problems radiation = 0 nutrition = 400 bodytemperature = T20C sdisabilities = 0 disabilities = 0 + resting = FALSE // fix blindness and deafness blinded = 0