diff --git a/code/__defines/machinery.dm b/code/__defines/machinery.dm index cae68c3a23..deaaec0fad 100644 --- a/code/__defines/machinery.dm +++ b/code/__defines/machinery.dm @@ -58,7 +58,7 @@ var/global/defer_powernet_rebuild = 0 // True if net rebuild will be called #define NETWORK_COMMUNICATORS "Communicators" // Those networks can only be accessed by pre-existing terminals. AIs and new terminals can't use them. -var/list/restricted_camera_networks = list(NETWORK_ERT,NETWORK_MERCENARY,"Secret") +var/list/restricted_camera_networks = list(NETWORK_ERT,NETWORK_MERCENARY,"Secret", NETWORK_COMMUNICATORS) //singularity defines