From d24fbcc85e10a9ef237308beb4c3fd9d8ad87897 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Mon, 25 Sep 2023 21:31:42 +0200 Subject: [PATCH] [MIRROR] fix posibrain [MDB IGNORE] (#23905) * fix posibrains (#78584) * fix posibrain --------- Co-authored-by: jimmyl <70376633+mc-oofert@users.noreply.github.com> --- code/modules/mob/living/brain/MMI.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/brain/MMI.dm b/code/modules/mob/living/brain/MMI.dm index e182c51f54f..b63ca68d7d7 100644 --- a/code/modules/mob/living/brain/MMI.dm +++ b/code/modules/mob/living/brain/MMI.dm @@ -268,7 +268,7 @@ if(user) to_chat(user, span_warning("\The [src] indicates that there is no mind present!")) return FALSE - if(brain.decoy_override) + if(brain?.decoy_override) if(user) to_chat(user, span_warning("This [name] does not seem to fit!")) return FALSE