Merge pull request #19432 from KorPhaeron/morgue_fix

Morgue Light Fix
This commit is contained in:
Joan Lung
2016-07-23 18:39:42 -04:00
committed by GitHub
+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