From d793fcbb0c7ce784eadcb99dd2a6e5177269befb Mon Sep 17 00:00:00 2001 From: Luc <89928798+lewcc@users.noreply.github.com> Date: Thu, 28 Mar 2024 20:24:13 -0400 Subject: [PATCH] updates last words (#24843) Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> --- code/modules/mob/living/stat_states.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/stat_states.dm b/code/modules/mob/living/stat_states.dm index e46e0aac96c..fb2d64f480b 100644 --- a/code/modules/mob/living/stat_states.dm +++ b/code/modules/mob/living/stat_states.dm @@ -64,7 +64,9 @@ GLOB.alive_mob_list |= src REMOVE_TRAIT(src, TRAIT_RESPAWNABLE, GHOSTED) + last_words = null timeofdeath = null + if(updating) update_blind_effects() update_sight()