Skip to content

Commit

Permalink
fix (#1056)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapu1178 committed Aug 7, 2024
1 parent 2520fd2 commit 11f9243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mob/living/carbon/human/examine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit 11f9243

Please sign in to comment.