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:
Xander3359
2024-05-20 12:07:02 -04:00
committed by SkyratBot
parent c1a5753d15
commit 9766d3f747
+1
View File
@@ -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, \