Merge pull request #2057 from Neerti/7/7/2016_end_sec_peeping

Makes communicators not show up on camera networks by default
This commit is contained in:
EmperorJon
2016-07-08 09:54:33 +01:00
committed by GitHub

View File

@@ -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,