From 99571daa0a8b2df555f93b858dee3d2881a06909 Mon Sep 17 00:00:00 2001 From: Batrachophreno Date: Sun, 10 Aug 2025 04:09:31 -0400 Subject: [PATCH] Add scrubs to medical orderly loadout options (#21117) See title --- .../preference_setup/loadout/items/uniform.dm | 4 ++-- html/changelogs/bat-orderlyscrubs.yml | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/bat-orderlyscrubs.yml diff --git a/code/modules/client/preference_setup/loadout/items/uniform.dm b/code/modules/client/preference_setup/loadout/items/uniform.dm index 85e99eb4bca..609d07f3808 100644 --- a/code/modules/client/preference_setup/loadout/items/uniform.dm +++ b/code/modules/client/preference_setup/loadout/items/uniform.dm @@ -75,7 +75,7 @@ /datum/gear/uniform/scrubs display_name = "scrubs selection" path = /obj/item/clothing/under/rank/medical/surgeon/zavod - allowed_roles = list("Scientist", "Research Intern", "Chief Medical Officer", "Physician", "Surgeon", "Pharmacist", "Paramedic", "Medical Intern", "Xenobiologist", "Research Director", "Investigator", "Medical Personnel", "Science Personnel") + allowed_roles = list("Scientist", "Research Intern", "Chief Medical Officer", "Physician", "Surgeon", "Pharmacist", "Paramedic", "Medical Intern", "Medical Orderly", "Xenobiologist", "Research Director", "Investigator", "Medical Personnel", "Science Personnel") /datum/gear/uniform/scrubs/New() ..() @@ -93,7 +93,7 @@ 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", "Research Intern", "Chief Medical Officer", "Physician", "Surgeon", "Pharmacist", "Paramedic", "Medical Intern", "Xenobiologist", "Research Director", "Investigator", "Medical Personnel", "Science Personnel") + allowed_roles = list("Scientist", "Research Intern", "Chief Medical Officer", "Physician", "Surgeon", "Pharmacist", "Paramedic", "Medical Intern", "Medical Orderly", "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 diff --git a/html/changelogs/bat-orderlyscrubs.yml b/html/changelogs/bat-orderlyscrubs.yml new file mode 100644 index 00000000000..78043a93e8b --- /dev/null +++ b/html/changelogs/bat-orderlyscrubs.yml @@ -0,0 +1,13 @@ +# Your name. +author: Batrachophrenoboocosmomachia + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit. +# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. +changes: + - rscadd: "Added colorable scrubs and scrubs selection to the allowed loadout items list for Medical Orderlies."