From 4233f2eb8c448a01778a6a9a4e1d49c00bba2435 Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Fri, 6 Jun 2014 10:13:40 +0930 Subject: [PATCH] Update drone.dm Typo fix and message trim fix. --- code/modules/mob/living/silicon/robot/drone/drone.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/silicon/robot/drone/drone.dm b/code/modules/mob/living/silicon/robot/drone/drone.dm index b6635e8f81b..485ff99e3b2 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone.dm @@ -59,7 +59,7 @@ decompiler = locate(/obj/item/weapon/matter_decompiler) in src.module //Some tidying-up. - flavor_text = "It's a tiny little repair drone. The casing is stamped with an NT log and the subscript: 'NanoTrasen Recursive Repair Systems: Fixing Tomorrow's Problem, Today!'" + flavor_text = "It's a tiny little repair drone. The casing is stamped with an NT logo and the subscript: 'NanoTrasen Recursive Repair Systems: Fixing Tomorrow's Problem, Today!'" updatename() updateicon() @@ -124,7 +124,7 @@ for (var/mob/M in dead_mob_list) if(!istype(M,/mob/new_player) && !istype(M,/mob/living/carbon/brain)) - M << "Drone Talk, [name] transmits, \"[message]\"" + M << "Drone Talk, [name] transmits, \"[trim(copytext(message,3))]\"" else @@ -355,4 +355,4 @@ ..() else src << "You are too small to pull that." - return \ No newline at end of file + return