From 0490eb545ecb3b38a44bbbd1a71d5e829b460a67 Mon Sep 17 00:00:00 2001 From: mwerezak Date: Mon, 2 Jun 2014 19:52:18 -0400 Subject: [PATCH] ID swiping drones now uses visible_message() --- code/modules/mob/living/silicon/robot/drone/drone.dm | 5 ++--- 1 file changed, 2 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 bb05921889a..38666f80d6f 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone.dm @@ -207,7 +207,7 @@ user << "\red Access denied." return - user << "\red You swipe your ID card through [src], attempting to reboot it." + user.visible_message("\red \the [user] swipes \his ID card through \the [src], attempting to reboot it.", "\red You swipe your ID card through \the [src], attempting to reboot it.") var/drones = 0 for(var/mob/living/silicon/robot/drone/D in world) if(D.key && D.client) @@ -217,8 +217,7 @@ return else - src << "\red [user] swipes an ID card through your card reader." - user << "\red You swipe your ID card through [src], attempting to shut it down." + user.visible_message("\red \the [user] swipes \his ID card through \the [src], attempting to shut it down.", "\red You swipe your ID card through \the [src], attempting to shut it down.") if(emagged) return