From 11f9243eb26e9dbaeab35b24e83850f5c9709479 Mon Sep 17 00:00:00 2001 From: Kapu1178 <75460809+Kapu1178@users.noreply.github.com> Date: Tue, 6 Aug 2024 22:52:13 -0400 Subject: [PATCH] fix (#1056) --- code/modules/mob/living/carbon/human/examine.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index c65f581cf303..02151fb69f66 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -139,6 +139,7 @@ if(failed_last_breath) . += span_alert("[t_He] isn't breathing.") else + appears_dead = TRUE . += span_danger("The spark of life has left [t_him].") if(suiciding) . += span_warning("[t_He] appear[t_s] to have committed suicide.")