Changed the text cyborgs and AIs get on spawn to say :b instead of say :s

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4298 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
ericgfwong@hotmail.com
2012-08-03 06:48:29 +00:00
parent 0d3be5d606
commit bd46d320d4
3 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@
src << "<B>To look at other parts of the station, click on yourself to get a camera menu.</B>"
src << "<B>While observing through a camera, you can use most (networked) devices which you can see, such as computers, APCs, intercoms, doors, etc.</B>"
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 << "<b>These laws may be changed by other players, or by you being the traitor.</b>"

View File

@@ -20,7 +20,7 @@
src << "<B>As a new Cyborg you can choose your class. Each class have different modules that help them perform their duties.</B>"
src << "<B>Remember that you have a limited charge and the more modules you have active the more power you will drain.</B>"
src << "<B>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.</B>"
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)

View File

@@ -118,7 +118,7 @@
O << "<B>To look at other parts of the station, click on yourself to get a camera menu.</B>"
O << "<B>While observing through a camera, you can use most (networked) devices which you can see, such as computers, APCs, intercoms, doors, etc.</B>"
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 << "<b>These laws may be changed by other players, or by you being the traitor.</b>"