From 049c99d0f7656c317044bfed4aefda1937c1504d Mon Sep 17 00:00:00 2001 From: Cael_Aislinn Date: Thu, 26 Jul 2012 00:13:55 +1000 Subject: [PATCH] added missing camera network Signed-off-by: Cael_Aislinn --- code/game/machinery/computer/camera_monitor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/camera_monitor.dm b/code/game/machinery/computer/camera_monitor.dm index 582b5946865..c8f3b7b3481 100644 --- a/code/game/machinery/computer/camera_monitor.dm +++ b/code/game/machinery/computer/camera_monitor.dm @@ -6,7 +6,7 @@ else switch(department) if("Security") - networks = list("Arrivals","SS13","Engineering","Research","Medbay","Tcomsat","Mess Hall","Security","Prison Wing","Atmospherics","Cargo","Command","Solars","Robotics","Chapel","Hydroponics", "Dormitory","Theatre") + networks = list("Arrivals","SS13","Engineering","Research","Medbay","Tcomsat","Mess Hall","Security","Prison Wing","Atmospherics","Cargo","Command","Solars","Robotics","Chapel","Hydroponics", "Dormitory","Theatre","Library") if("Engineering") networks = list("Engineering","Tcomsat","Singularity","Atmospherics","Solars","Robotics") if("Research")