Fixes fake death not showing properly and time of death (#12991)

This commit is contained in:
Casper3667
2022-01-30 00:23:08 +01:00
committed by GitHub
parent 23c9dd2874
commit 7ec55214e6
5 changed files with 15 additions and 7 deletions
+1
View File
@@ -38,6 +38,7 @@
var/mob/living/carbon/C = M
if(C.status_flags & FAKEDEATH)
icon_state = "morgue2"
break
switch(C.stat)
if(DEAD)
icon_state = "morgue2"