mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Fixes Communicator Spying Exploit
Makes it so you can no longer see everyones' communicator cameras by modifying a camera console board.
This commit is contained in:
@@ -58,7 +58,7 @@ var/global/defer_powernet_rebuild = 0 // True if net rebuild will be called
|
|||||||
#define NETWORK_COMMUNICATORS "Communicators"
|
#define NETWORK_COMMUNICATORS "Communicators"
|
||||||
|
|
||||||
// Those networks can only be accessed by pre-existing terminals. AIs and new terminals can't use them.
|
// 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
|
//singularity defines
|
||||||
|
|||||||
Reference in New Issue
Block a user