diff --git a/code/modules/mob/living/carbon/brain/brain.dm b/code/modules/mob/living/carbon/brain/brain.dm index f263f862c65..6ee1c22046e 100644 --- a/code/modules/mob/living/carbon/brain/brain.dm +++ b/code/modules/mob/living/carbon/brain/brain.dm @@ -25,6 +25,9 @@ qdel(dna) return ..() +/mob/living/carbon/brain/emp_act(severity) //Brains can't be EMP'd... + return + /mob/living/carbon/brain/say_understands(var/other)//Goddamn is this hackish, but this say code is so odd if(istype(container, /obj/item/mmi)) if(issilicon(other))