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