We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2520fd2 commit 11f9243Copy full SHA for 11f9243
code/modules/mob/living/carbon/human/examine.dm
@@ -139,6 +139,7 @@
139
if(failed_last_breath)
140
. += span_alert("[t_He] isn't breathing.")
141
else
142
+ appears_dead = TRUE
143
. += span_danger("The spark of life has left [t_him].")
144
if(suiciding)
145
. += span_warning("[t_He] appear[t_s] to have committed suicide.")
0 commit comments