From 3af253bc9e7f6e3b676ddb50a31968d2c276f0b1 Mon Sep 17 00:00:00 2001 From: Cameron Lennox Date: Sat, 8 Feb 2025 14:05:07 -0500 Subject: [PATCH] Update brain.dm (#17091) --- code/modules/mob/living/carbon/brain/brain.dm | 3 +++ 1 file changed, 3 insertions(+) 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))