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