mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
fix RD remote not having AI_UPLOAD access (#83328)
## About The Pull Request RD should have access to doors leading to the AI/AI-related things, so I'm adding this access to the remote as well ## Why It's Good For The Game Fix remote lacking access to things the AI can open ## Changelog 🆑 fix: The RD remote works on the AI upload door now /🆑
This commit is contained in:
@@ -468,6 +468,7 @@
|
||||
#define REGION_RESEARCH "Research"
|
||||
/// Used to seed the accesses_by_region list in SSid_access. A list of all research regional accesses that are overseen by the RD.
|
||||
#define REGION_ACCESS_RESEARCH list( \
|
||||
ACCESS_AI_UPLOAD, \
|
||||
ACCESS_GENETICS, \
|
||||
ACCESS_MECH_SCIENCE, \
|
||||
ACCESS_MINISAT, \
|
||||
|
||||
Reference in New Issue
Block a user