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:
John Willard
2023-08-12 13:14:12 -06:00
committed by GitHub
parent 8e85ccb7c4
commit d7d79c1c54
+1 -1
View File
@@ -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, \