mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +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:
co-authored by
SmArtKar
projectkepler-RU
parent
137d961a0e
commit
31630662a8
@@ -6,7 +6,6 @@
|
||||
max_capacity = 32
|
||||
///Static list of programss ALL command tablets have.
|
||||
var/static/list/datum/computer_file/command_programs = list(
|
||||
/datum/computer_file/program/crew_manifest,
|
||||
/datum/computer_file/program/science,
|
||||
/datum/computer_file/program/status,
|
||||
)
|
||||
@@ -74,7 +73,6 @@
|
||||
icon_state = "datadisk9"
|
||||
starting_programs = list(
|
||||
/datum/computer_file/program/records/security,
|
||||
/datum/computer_file/program/crew_manifest,
|
||||
)
|
||||
|
||||
/**
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
/datum/computer_file/program/supermatter_monitor,
|
||||
/datum/computer_file/program/newscaster,
|
||||
/datum/computer_file/program/secureye,
|
||||
/datum/computer_file/program/crew_manifest,
|
||||
/datum/computer_file/program/status,
|
||||
)
|
||||
potential_programs += subtypesof(/datum/computer_file/program/maintenance) - /datum/computer_file/program/maintenance/theme
|
||||
|
||||
@@ -39,9 +39,9 @@
|
||||
/datum/computer_file/program/nt_pay,
|
||||
/datum/computer_file/program/notepad,
|
||||
// SKYRAT EDIT ADDITION START
|
||||
/datum/computer_file/program/crew_manifest, // Adds crew manifest to all base tablets
|
||||
/datum/computer_file/program/maintenance/camera // Adds camera to all base tablets
|
||||
/datum/computer_file/program/maintenance/camera, // Adds camera to all base tablets
|
||||
// SKRAT EDIT ADDITION END
|
||||
/datum/computer_file/program/crew_manifest
|
||||
)
|
||||
///List of items that can be stored in a PDA
|
||||
var/static/list/contained_item = list(
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
greyscale_colors = "#67A364#a92323"
|
||||
max_capacity = parent_type::max_capacity * 2
|
||||
var/static/list/datum/computer_file/head_programs = list(
|
||||
/datum/computer_file/program/crew_manifest,
|
||||
/datum/computer_file/program/status,
|
||||
/datum/computer_file/program/science,
|
||||
/datum/computer_file/program/robocontrol,
|
||||
@@ -105,7 +104,6 @@
|
||||
inserted_item = /obj/item/pen/red/security
|
||||
starting_programs = list(
|
||||
/datum/computer_file/program/records/security,
|
||||
/datum/computer_file/program/crew_manifest,
|
||||
/datum/computer_file/program/robocontrol,
|
||||
)
|
||||
|
||||
@@ -115,7 +113,6 @@
|
||||
inserted_item = /obj/item/pen/red/security
|
||||
starting_programs = list(
|
||||
/datum/computer_file/program/records/security,
|
||||
/datum/computer_file/program/crew_manifest,
|
||||
/datum/computer_file/program/robocontrol,
|
||||
)
|
||||
|
||||
@@ -126,7 +123,6 @@
|
||||
inserted_item = /obj/item/pen/red/security
|
||||
starting_programs = list(
|
||||
/datum/computer_file/program/records/security,
|
||||
/datum/computer_file/program/crew_manifest,
|
||||
/datum/computer_file/program/robocontrol,
|
||||
)
|
||||
|
||||
@@ -220,7 +216,6 @@
|
||||
greyscale_colors = "#FAFAFA#000099#1f2026"
|
||||
starting_programs = list(
|
||||
/datum/computer_file/program/records/medical,
|
||||
/datum/computer_file/program/crew_manifest,
|
||||
)
|
||||
|
||||
/**
|
||||
@@ -383,7 +378,6 @@
|
||||
greyscale_colors = "#333333#000099#3F96CC"
|
||||
starting_programs = list(
|
||||
/datum/computer_file/program/records/medical,
|
||||
/datum/computer_file/program/crew_manifest,
|
||||
/datum/computer_file/program/robocontrol,
|
||||
)
|
||||
|
||||
@@ -400,7 +394,6 @@
|
||||
name = "bridge assistant PDA"
|
||||
greyscale_colors = "#374f7e#a92323"
|
||||
starting_programs = list(
|
||||
/datum/computer_file/program/crew_manifest,
|
||||
/datum/computer_file/program/status,
|
||||
)
|
||||
|
||||
@@ -410,7 +403,6 @@
|
||||
inserted_item = /obj/item/pen/fountain
|
||||
starting_programs = list(
|
||||
/datum/computer_file/program/records/security,
|
||||
/datum/computer_file/program/crew_manifest,
|
||||
/datum/computer_file/program/coupon, //veteran discount
|
||||
/datum/computer_file/program/skill_tracker,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user