From dc344d3d516c9c3f094fb1ea265432e5065c7dc2 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 | 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 2907ecd2ae4..5e8d5c40cb9 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