mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
[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:
co-authored by
Mothblocks
GoldenAlpharex
parent
6f7585f53b
commit
698d06dad7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user