mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
Bumps gateway access down to Common access (#77534)
## About The Pull Request Moves Gateway from requiring a Silver ID to a regular one. ## Why It's Good For The Game Gateway is a Command access, but when it is enabled it is either locked behind requiring a Silver ID, or opening the door/shutters to public access. We should not expect Command members (the only ones who have silver IDs) to abandon the station to go explore the gateway, and we also should not expect it to always be public access as it ruins the point of an ID-locked area. This lets the HoP give out Gateway access at the cost of a trim slot, rather than force the entire area to be put on emergency access/open shutters, which is a lame obligation for exploration content. ## Changelog 🆑 qol: Gateway access no longer requires a Silver ID. /🆑
This commit is contained in:
@@ -292,6 +292,7 @@
|
||||
ACCESS_ENGINE_EQUIP, \
|
||||
ACCESS_ENGINEERING, \
|
||||
ACCESS_EXTERNAL_AIRLOCKS, \
|
||||
ACCESS_GATEWAY, \
|
||||
ACCESS_GENETICS, \
|
||||
ACCESS_HYDROPONICS, \
|
||||
ACCESS_JANITOR, \
|
||||
@@ -338,7 +339,6 @@
|
||||
ACCESS_CHANGE_IDS, \
|
||||
ACCESS_COMMAND, \
|
||||
ACCESS_EVA, \
|
||||
ACCESS_GATEWAY, \
|
||||
ACCESS_KEYCARD_AUTH, \
|
||||
ACCESS_MINISAT, \
|
||||
ACCESS_RC_ANNOUNCE, \
|
||||
|
||||
Reference in New Issue
Block a user