[MIRROR] Add station trait for varying colored assistant jumpsuits [MDB IGNORE] (#9646)

* Add station trait for varying colored assistant jumpsuits

* Feex

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
This commit is contained in:
SkyratBot
2021-11-23 11:25:32 -05:00
committed by GitHub
co-authored by Mothblocks GoldenAlpharex
parent 6f7585f53b
commit 698d06dad7
3 changed files with 173 additions and 16 deletions
@@ -114,3 +114,16 @@
/datum/station_trait/announcement_medbot/New()
. = ..()
SSstation.announcer = /datum/centcom_announcer/medbot
/datum/station_trait/colored_assistants
name = "Colored Assistants"
trait_type = STATION_TRAIT_NEUTRAL
weight = 10
show_in_report = TRUE
report_message = "Due to a shortage in standard issue jumpsuits, we have provided your assistants with one of our backup supplies."
/datum/station_trait/colored_assistants/New()
. = ..()
var/new_colored_assistant_type = pick(subtypesof(/datum/colored_assistant) - get_configured_colored_assistant_type())
GLOB.colored_assistant = new new_colored_assistant_type