From 52e675277d863a99877726b4a218eaa6c60d4c6b Mon Sep 17 00:00:00 2001 From: Neerti Date: Thu, 7 Jul 2016 22:33:43 -0400 Subject: [PATCH] Makes communicators not show up on camera networks by default, putting an end to security using their cameras to be peeping toms. --- code/game/machinery/camera/presets.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/game/machinery/camera/presets.dm b/code/game/machinery/camera/presets.dm index 883d9611c16..136bafa90ed 100644 --- a/code/game/machinery/camera/presets.dm +++ b/code/game/machinery/camera/presets.dm @@ -17,8 +17,7 @@ var/global/list/station_networks = list( NETWORK_RESEARCH_OUTPOST, NETWORK_ROBOTS, NETWORK_PRISON, - NETWORK_SECURITY, - NETWORK_COMMUNICATORS + NETWORK_SECURITY ) var/global/list/engineering_networks = list( NETWORK_ENGINE,