[MIRROR] Bridge Assistant Station Trait [MDB IGNORE] (#25667)

* Bridge Assistant Station Trait

* Diffs

* fixes

* Update job_traits.dm

---------

Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
Co-authored-by: Giz <13398309+vinylspiders@users.noreply.github.com>
Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-12-24 22:54:11 +00:00
committed by GitHub
co-authored by Fikou Giz Gandalf
parent 99f65af5f7
commit d718af9913
34 changed files with 400 additions and 119 deletions
@@ -103,7 +103,7 @@
/obj/item/modular_computer/pda/heads/quartermaster
name = "quartermaster PDA"
greyscale_config = /datum/greyscale_config/tablet/stripe_thick
greyscale_config = /datum/greyscale_config/tablet/stripe_thick/head
greyscale_colors = "#c4b787#18191e#8b4c31"
inserted_item = /obj/item/pen/survival
stored_paper = 20
@@ -414,7 +414,7 @@
)
/**
* No Department
* No Department/Station Trait
*/
/obj/item/modular_computer/pda/assistant
@@ -423,6 +423,14 @@
/datum/computer_file/program/bounty_board,
)
/obj/item/modular_computer/pda/bridge_assistant
name = "bridge assistant PDA"
greyscale_colors = "#374f7e#a92323"
starting_programs = list(
/datum/computer_file/program/crew_manifest,
/datum/computer_file/program/status,
)
/**
* Non-roles
*/