From a3be0051130c9de84f10db88bcb4177751148309 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Sun, 1 Jun 2014 02:05:25 +0930 Subject: [PATCH] Adds a drone spawn blurb. --- code/modules/mob/living/silicon/robot/drone/drone.dm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/silicon/robot/drone/drone.dm b/code/modules/mob/living/silicon/robot/drone/drone.dm index 30ffc9b2801..ebf427720d2 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone.dm @@ -299,10 +299,15 @@ if(player.mob && player.mob.mind) player.mob.mind.transfer_to(src) - emagged = 0 lawupdate = 0 src << "Systems rebooted. Loading base pattern maintenance protocol... loaded." 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 << "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 third law." /mob/living/silicon/robot/drone/Bump(atom/movable/AM as mob|obj, yes) if (!yes) return