From 9888ef445ca989e5ac00343e42c8525833203f8a Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 1 Oct 2023 04:06:48 +0200 Subject: [PATCH] [MIRROR] Security Officers can now Download the Plexagon Crew Manifest PDA App [MDB IGNORE] (#24049) * Security Officers can now Download the Plexagon Crew Manifest PDA App (#78678) ## About The Pull Request Despite starting with the Plexagon app, security officers did not have sufficient access to actually download the app onto new machines. Now they do. ## Why It's Good For The Game Its weird and unintuitive to start with an app but not be able to download it if you have to get a new PDA. ## Changelog :cl: fix: Security officers can now download the crew manifest PDA app that they start with. /:cl: * Security Officers can now Download the Plexagon Crew Manifest PDA App --------- Co-authored-by: GPeckman <21979502+GPeckman@users.noreply.github.com> --- .../modular_computers/file_system/programs/crewmanifest.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/modular_computers/file_system/programs/crewmanifest.dm b/code/modules/modular_computers/file_system/programs/crewmanifest.dm index 3215f62eef8..cdd05d6b4c6 100644 --- a/code/modules/modular_computers/file_system/programs/crewmanifest.dm +++ b/code/modules/modular_computers/file_system/programs/crewmanifest.dm @@ -4,7 +4,7 @@ category = PROGRAM_CATEGORY_CREW program_icon_state = "id" extended_desc = "Program for viewing and printing the current crew manifest" - transfer_access = list(ACCESS_COMMAND) + transfer_access = list(ACCESS_SECURITY, ACCESS_COMMAND) requires_ntnet = TRUE size = 4 tgui_id = "NtosCrewManifest"