mirror of
https://github.com/Skyrat-SS13/Skyrat-tg.git
synced 2026-08-24 05:18:33 +01:00
[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:
co-authored by
Fikou
Giz
Gandalf
parent
99f65af5f7
commit
d718af9913
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user