From 977163ae54603d3cf667f1c74dc8d9984101a956 Mon Sep 17 00:00:00 2001 From: kingofkosmos Date: Fri, 29 Sep 2017 05:46:34 +0300 Subject: [PATCH 1/2] Fixes MMI buckled-warning (#31061) * Fixes MMI having a buckled-warning when trying to move. * Comment added. --- code/modules/mob/living/brain/MMI.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/brain/MMI.dm b/code/modules/mob/living/brain/MMI.dm index 65a3fd253e..83dd63cc74 100644 --- a/code/modules/mob/living/brain/MMI.dm +++ b/code/modules/mob/living/brain/MMI.dm @@ -199,6 +199,8 @@ else to_chat(user, "The MMI indicates the brain is active.") +/obj/item/device/mmi/relaymove() + return //so that the MMI won't get a warning about not being able to move if it tries to move /obj/item/device/mmi/syndie name = "Syndicate Man-Machine Interface"