From 519f3397d35e3a67e0afaddb3b8acaf0c48c6844 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Tue, 24 Jun 2014 10:59:57 +0930 Subject: [PATCH] Added extra bit of info to drone spawn. Conflicts: code/modules/mob/living/silicon/robot/drone/drone.dm --- code/modules/mob/living/silicon/robot/drone/drone.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/silicon/robot/drone/drone.dm b/code/modules/mob/living/silicon/robot/drone/drone.dm index 6f7de2f4e3e..3d7f303fc3a 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone.dm @@ -322,8 +322,8 @@ full_law_reset() src << "
You are a maintenance drone, a tiny-brained robotic repair machine." src << "You have no individual will, no personality, and no drives or urges other than your laws." - src << "Use :b to talk to your fellow synthetics, or use say to speak silently to other drones nearby." - src << "Remember, you are lawed against interference with the crew." + src << "Use :b to talk to your fellow synthetics, :d to talk to other drones, and say to speak silently to your nearby fellows." + src << "Remember, you are lawed against interference with the crew. Also remember, you DO NOT take orders from the AI." src << "Don't invade their worksites, don't steal their resources, don't tell them about the changeling in the toilets." src << "If a crewmember has noticed you, you are probably breaking your first law."