Morgue Fix

This commit is contained in:
KorPhaeron
2016-07-22 13:12:22 -05:00
parent 47d61c9e65
commit 8ebeee7341
+1 -1
View File
@@ -128,7 +128,7 @@
icon_state = "morgue3"
return
for(var/mob/living/M in compiled)
if(M.client)
if(M.client && !M.suiciding)
icon_state = "morgue4" // Cloneable
break