mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
HOP access to the Blueshield (#4741)
## About The Pull Request I have granted the Blueshield access to the Head of Personnel's Office, and NOT to their computer. ## Why It's Good For The Game The HoP is the second in command, and generally, their office is located inside the bridge. Thus I think it only makes sense for them to have access to the office baked in their ID, without having the HoP give them access every time. ## Proof Of Testing It works </details> ## Changelog 🆑 add: The Blueshield has been granted access to the Head of Personnel’s office. /🆑
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
minimal_access = list(
|
||||
ACCESS_CAPTAIN, ACCESS_BRIG_ENTRANCE, ACCESS_COMMAND, ACCESS_CONSTRUCTION, ACCESS_DETECTIVE, ACCESS_ENGINEERING,
|
||||
ACCESS_GATEWAY, ACCESS_MAINT_TUNNELS, ACCESS_MEDICAL, ACCESS_RC_ANNOUNCE, ACCESS_SCIENCE, ACCESS_WEAPONS,
|
||||
ACCESS_BRIG, ACCESS_CARGO, ACCESS_COURT, ACCESS_SECURITY,
|
||||
ACCESS_BRIG, ACCESS_CARGO, ACCESS_COURT, ACCESS_SECURITY, ACCESS_HOP
|
||||
)
|
||||
minimal_wildcard_access = list()
|
||||
template_access = list(ACCESS_CAPTAIN)
|
||||
|
||||
Reference in New Issue
Block a user