mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Fixes fake death not showing properly and time of death (#12991)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user