From 094a6f719623de76f0e5910ee4642913e8ae12f0 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Sat, 8 Aug 2015 23:21:12 -0400 Subject: [PATCH] Removes Brain Eating --- code/modules/mob/living/carbon/brain/brain_item.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/mob/living/carbon/brain/brain_item.dm b/code/modules/mob/living/carbon/brain/brain_item.dm index 22e38613553..ab45528692c 100644 --- a/code/modules/mob/living/carbon/brain/brain_item.dm +++ b/code/modules/mob/living/carbon/brain/brain_item.dm @@ -14,6 +14,9 @@ parent_organ = "head" vital = 1 +/obj/item/organ/brain/attack_self(mob/user as mob) + return //let's not have players taken out of the round as easily as a click, once you have their brain. + /obj/item/organ/brain/xeno name = "thinkpan" desc = "It looks kind of like an enormous wad of purple bubblegum."