mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
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 🆑 fix: Security officers can now download the crew manifest PDA app that they start with. /🆑
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user