From f2e5b9258077ea1223ad95f3c79ac6ff744e93af Mon Sep 17 00:00:00 2001 From: Alex Gospodchikov Date: Thu, 14 Feb 2019 18:13:34 +0300 Subject: [PATCH] Forgot to remove an earlier note from the comments --- code/modules/mob/living/carbon/brain/death.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/mob/living/carbon/brain/death.dm b/code/modules/mob/living/carbon/brain/death.dm index fe25ed111dd..c36a553aff4 100644 --- a/code/modules/mob/living/carbon/brain/death.dm +++ b/code/modules/mob/living/carbon/brain/death.dm @@ -6,9 +6,6 @@ if(!gibbed && container && istype(container, /obj/item/mmi))//If not gibbed but in a container. var/obj/item/mmi/mmi = container visible_message("[src]'s MMI flatlines!", "You hear something flatline.") - // - // Doesn't account for posibrains and robotic brains! - // mmi.icon_state = mmi.dead_icon /mob/living/carbon/brain/gib()