diff --git a/code/modules/mob/living/silicon/ai/ai.dm b/code/modules/mob/living/silicon/ai/ai.dm index 54a4a774eb..7914e24c1e 100644 --- a/code/modules/mob/living/silicon/ai/ai.dm +++ b/code/modules/mob/living/silicon/ai/ai.dm @@ -50,7 +50,7 @@ src << "To look at other parts of the station, click on yourself to get a camera menu." src << "While observing through a camera, you can use most (networked) devices which you can see, such as computers, APCs, intercoms, doors, etc." src << "To use something, simply click on it." - src << "Use say :s to speak to your cyborgs through binary." + src << "Use say :b to speak to your cyborgs through binary." if (!(ticker && ticker.mode && (mind in ticker.mode.malf_ai))) show_laws() src << "These laws may be changed by other players, or by you being the traitor." diff --git a/code/modules/mob/living/silicon/robot/robot.dm b/code/modules/mob/living/silicon/robot/robot.dm index 1525c79d3e..3affde53b9 100644 --- a/code/modules/mob/living/silicon/robot/robot.dm +++ b/code/modules/mob/living/silicon/robot/robot.dm @@ -20,7 +20,7 @@ src << "As a new Cyborg you can choose your class. Each class have different modules that help them perform their duties." src << "Remember that you have a limited charge and the more modules you have active the more power you will drain." src << "Finally, you are loyal to your linked AI. You should obey all orders of the linked AI as long as it does not conflict with your laws." - src << "Use say :s to speak to your fellow machines through binary." + src << "Use say :b to speak to your fellow machines through binary." spawn (4) if(!syndie) diff --git a/code/modules/mob/transform_procs.dm b/code/modules/mob/transform_procs.dm index eb5322aeea..f594f371ed 100644 --- a/code/modules/mob/transform_procs.dm +++ b/code/modules/mob/transform_procs.dm @@ -118,7 +118,7 @@ O << "To look at other parts of the station, click on yourself to get a camera menu." O << "While observing through a camera, you can use most (networked) devices which you can see, such as computers, APCs, intercoms, doors, etc." O << "To use something, simply click on it." - O << {"Use say ":s to speak to your cyborgs through binary."} + O << {"Use say ":b to speak to your cyborgs through binary."} if (!(ticker && ticker.mode && (O.mind in ticker.mode.malf_ai))) O.show_laws() O << "These laws may be changed by other players, or by you being the traitor."