From b9516e6e9d9ab031e7bb37eca631aff4abc24d2f Mon Sep 17 00:00:00 2001 From: Tyl <146444134+ibexgoetia@users.noreply.github.com> Date: Tue, 30 Sep 2025 04:26:58 +0200 Subject: [PATCH] HOP access to the Blueshield (#4741) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 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 ## Changelog :cl: add: The Blueshield has been granted access to the Head of Personnel’s office. /:cl: --- modular_skyrat/master_files/code/datums/id_trim/jobs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_skyrat/master_files/code/datums/id_trim/jobs.dm b/modular_skyrat/master_files/code/datums/id_trim/jobs.dm index 420063204bb..78333b5fd37 100644 --- a/modular_skyrat/master_files/code/datums/id_trim/jobs.dm +++ b/modular_skyrat/master_files/code/datums/id_trim/jobs.dm @@ -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)