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:
Tyl
2025-09-30 04:26:58 +02:00
committed by GitHub
parent 3098364eb5
commit b9516e6e9d
@@ -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)