From d9c650970c23d12d101e8488da2481b78a9aff43 Mon Sep 17 00:00:00 2001 From: Armhulen Date: Fri, 24 Nov 2017 20:36:05 -0800 Subject: [PATCH 1/2] making prs isn't even worth it anymore (#33056) --- code/game/machinery/computer/robot.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/robot.dm b/code/game/machinery/computer/robot.dm index 51188989f1..465f0eb373 100644 --- a/code/game/machinery/computer/robot.dm +++ b/code/game/machinery/computer/robot.dm @@ -3,7 +3,7 @@ /obj/machinery/computer/robotics name = "robotics control console" - desc = "Used to remotely lockdown or detonate linked Cyborgs." + desc = "Used to remotely lockdown or detonate linked Cyborgs and Drones." icon_screen = "robot" icon_keyboard = "rd_key" req_access = list(ACCESS_ROBOTICS)