Skip to content

Commit 11f9243

Browse files
authored
fix (#1056)
1 parent 2520fd2 commit 11f9243

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/modules/mob/living/carbon/human/examine.dm

+1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
if(failed_last_breath)
140140
. += span_alert("[t_He] isn't breathing.")
141141
else
142+
appears_dead = TRUE
142143
. += span_danger("The spark of life has left [t_him].")
143144
if(suiciding)
144145
. += span_warning("[t_He] appear[t_s] to have committed suicide.")

0 commit comments

Comments
 (0)