[MISSED MIRROR] Janitors and Shaft Miners start with the ExperTrak Skill Tracker preinstalled on their PDAs. (#71022) (#23285)

Janitors and Shaft Miners start with the ExperTrak Skill Tracker preinstalled on their PDAs. (#71022)

see https://tgstation13.org/phpBB/viewtopic.php?f=10&t=32695

Co-authored-by: Iamgoofball <iamgoofball@gmail.com>
Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
This commit is contained in:
Bloop
2023-08-24 19:21:13 -04:00
committed by GitHub
parent ecf91ed4a9
commit a79fd7c280

View File

@@ -258,7 +258,10 @@
/obj/item/modular_computer/pda/shaftminer
name = "shaft miner PDA"
greyscale_config = /datum/greyscale_config/tablet/stripe_thick
greyscale_colors = "#927444#8b4c31#4c202d"
greyscale_colors = "#927444#D6B328#6C3BA1"
starting_programs = list(
/datum/computer_file/program/skill_tracker,
)
/**
* Service
@@ -268,6 +271,7 @@
name = "janitor PDA"
greyscale_colors = "#933ea8#235AB2"
starting_programs = list(
/datum/computer_file/program/skill_tracker,
/datum/computer_file/program/radar/custodial_locator,
)