[s] Fix Syndicate Outpost and Cameras (#23150)

* GLOB.restricted_camera_networks

* yep

* restricted_camera_networks

* oopsie fixed
- Removed pipe i missed before, now it don't runtime, and yes i run code to double check.
This commit is contained in:
Venuska1117
2023-11-12 19:45:09 +00:00
committed by GitHub
parent 46b4b22563
commit 8760849826
2 changed files with 571 additions and 438 deletions
File diff suppressed because it is too large Load Diff
+3 -1
View File
@@ -33,7 +33,9 @@ GLOBAL_LIST_INIT(restricted_camera_networks, list(
"UO45R",
"UO71",
"Xeno",
"SyndicateTestLab"
"SyndicateTestLab",
"SyndicateToxinsTest",
"SyndicateCaves"
)) //Those networks can only be accessed by preexisting terminals. AIs and new terminals can't use them.
GLOBAL_LIST_INIT(ruin_landmarks, list())