From 390419cfaaf66d2487bf28352560a10e0cc10d01 Mon Sep 17 00:00:00 2001 From: Artur Date: Tue, 16 Jun 2020 17:21:46 +0300 Subject: [PATCH] Stupid mistake --- code/game/machinery/computer/camera.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/game/machinery/computer/camera.dm b/code/game/machinery/computer/camera.dm index a9127e6f9e..b2c6091411 100644 --- a/code/game/machinery/computer/camera.dm +++ b/code/game/machinery/computer/camera.dm @@ -277,11 +277,11 @@ desc = "Used for watching the AI and the RD's goons from the safety of his office." network = list("rd", "aicore", "aiupload", "minisat", "xeno", "test") -/obj/machinery/computer/security/telescreen/research - name = "research telescreen" - desc = "A telescreen with access to the research division's camera network." +/obj/machinery/computer/security/telescreen/circuitry + name = "circuitry telescreen" + desc = "Used for watching the other eggheads from the safety of the circuitry lab." network = list("rd") - + /obj/machinery/computer/security/telescreen/ce name = "\improper Chief Engineer's telescreen" desc = "Used for watching the engine, telecommunications and the minisat."