From 15e03eef75b7af2fd56fa088fa7bce5c36aad3c6 Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Mon, 9 Jul 2018 15:41:34 -0400 Subject: [PATCH] oops --- code/game/mecha/mecha.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/mecha/mecha.dm b/code/game/mecha/mecha.dm index 8d6f944861c..d054c163732 100644 --- a/code/game/mecha/mecha.dm +++ b/code/game/mecha/mecha.dm @@ -1209,7 +1209,7 @@ if(istype(mmi_as_oc, /obj/item/mmi/posibrain)) var/obj/item/mmi/posibrain/P = mmi_as_oc if(P.imprinted_master) - to_chat(brainmob, "Your imprint to [P.imprinted_master] has been temporary disabled. You should help the crew and not commit harm.") + to_chat(brainmob, "Your imprint to [P.imprinted_master] has been temporarily disabled. You should help the crew and not commit harm.") mmi_as_oc.loc = src mmi_as_oc.mecha = src verbs -= /obj/mecha/verb/eject