mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +01:00
[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:
File diff suppressed because it is too large
Load Diff
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user