From 4010862df8f86df18ee7bfccf8cade6877019b2d Mon Sep 17 00:00:00 2001 From: Tortoise <64306407+OneAsianTortoise@users.noreply.github.com> Date: Mon, 21 Mar 2022 14:14:45 +0800 Subject: [PATCH] Fixes medical scrub being named "under" (#65550) --- code/modules/clothing/under/jobs/medical.dm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/under/jobs/medical.dm b/code/modules/clothing/under/jobs/medical.dm index abdf8d04030..652634ae053 100644 --- a/code/modules/clothing/under/jobs/medical.dm +++ b/code/modules/clothing/under/jobs/medical.dm @@ -67,11 +67,13 @@ dying_key = DYE_REGISTRY_JUMPSKIRT female_sprite_flags = FEMALE_UNIFORM_TOP_ONLY -/obj/item/clothing/under/rank/medical/scrubs/blue +/obj/item/clothing/under/rank/medical/scrubs name = "medical scrubs" + can_adjust = FALSE + +/obj/item/clothing/under/rank/medical/scrubs/blue desc = "It's made of a special fiber that provides minor protection against biohazards. This one is in baby blue." icon_state = "scrubsblue" - can_adjust = FALSE /obj/item/clothing/under/rank/medical/scrubs/green desc = "It's made of a special fiber that provides minor protection against biohazards. This one is in dark green."