mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 18:45:22 +01:00
[MIRROR] Plexagon Crew Manifest is accessible and free to everyone. (#29592)
* Plexagon Crew Manifest is accessible and free to everyone. * Update pda.dm * a single line of changes --------- Co-authored-by: SmArtKar <44720187+SmArtKar@users.noreply.github.com> Co-authored-by: projectkepler-RU <99981766+projectkepler-ru@users.noreply.github.com>
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
/datum/computer_file/program/crew_manifest
|
||||
filename = "plexagoncrew"
|
||||
filedesc = "Plexagon Crew List"
|
||||
downloader_category = PROGRAM_CATEGORY_SECURITY
|
||||
downloader_category = PROGRAM_CATEGORY_DEVICE
|
||||
program_open_overlay = "id"
|
||||
extended_desc = "Program for viewing and printing the current crew manifest"
|
||||
download_access = list(ACCESS_SECURITY, ACCESS_COMMAND)
|
||||
program_flags = PROGRAM_ON_NTNET_STORE | PROGRAM_REQUIRES_NTNET
|
||||
size = 4
|
||||
size = 0
|
||||
tgui_id = "NtosCrewManifest"
|
||||
program_icon = "clipboard-list"
|
||||
detomatix_resistance = DETOMATIX_RESIST_MAJOR
|
||||
|
||||
/datum/computer_file/program/crew_manifest/ui_static_data(mob/user)
|
||||
var/list/data = list()
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
download_access = list(ACCESS_SECURITY, ACCESS_FLAG_COMMAND)
|
||||
program_flags = PROGRAM_ON_NTNET_STORE
|
||||
mode = "security"
|
||||
detomatix_resistance = DETOMATIX_RESIST_MINOR
|
||||
|
||||
/datum/computer_file/program/records/proc/GetRecordsReadable()
|
||||
var/list/all_records = list()
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
can_run_on_flags = PROGRAM_ALL
|
||||
program_flags = PROGRAM_REQUIRES_NTNET
|
||||
detomatix_resistance = DETOMATIX_RESIST_MAJOR
|
||||
|
||||
var/upper_text = ""
|
||||
var/lower_text = ""
|
||||
|
||||
Reference in New Issue
Block a user