Adds colorable scrubs to the loadout (#19481)

![image](https://github.com/Aurorastation/Aurora.3/assets/59633984/019f61fd-8c4c-4ff9-8c60-a0620e6f814c)
Uses the generic scrubs in code that are currently only utilized by the
Gadpathur vessel.
This commit is contained in:
feartheblackout
2024-06-23 07:05:46 -05:00
committed by GitHub
parent c20c8e8101
commit 7bdf48994f
2 changed files with 67 additions and 1 deletions
@@ -99,7 +99,7 @@
/datum/gear/uniform/scrubs
display_name = "scrubs selection"
path = /obj/item/clothing/under/rank/medical/surgeon/zavod
allowed_roles = list("Scientist","Chief Medical Officer", "Physician", "Surgeon", "Pharmacist", "Paramedic", "Medical Intern", "Xenobiologist", "Research Director", "Investigator", "Medical Personnel", "Science Personnel")
allowed_roles = list("Scientist", "Lab Assistant", "Chief Medical Officer", "Physician", "Surgeon", "Pharmacist", "Paramedic", "Medical Intern", "Xenobiologist", "Research Director", "Investigator", "Medical Personnel", "Science Personnel")
/datum/gear/uniform/scrubs/New()
..()
@@ -113,6 +113,13 @@
gear_tweaks += new /datum/gear_tweak/path(scrubs)
/datum/gear/uniform/colorable_scrubs
display_name = "colorable scrubs"
description = "It's made of a special fiber that provides minor protection against biohazards."
path = /obj/item/clothing/under/rank/medical/generic
allowed_roles = list("Scientist", "Lab Assistant", "Chief Medical Officer", "Physician", "Surgeon", "Pharmacist", "Paramedic", "Medical Intern", "Xenobiologist", "Research Director", "Investigator", "Medical Personnel", "Science Personnel")
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION | GEAR_HAS_ACCENT_COLOR_SELECTION
/datum/gear/uniform/dress
display_name = "dress selection"
description = "A selection of dresses."