From ebe0d0271c34f17c6de8c5940bf6aea8be653e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mieszko=20J=C4=99drzejczak?= Date: Tue, 17 Jan 2017 16:01:26 +0100 Subject: [PATCH] Fixes a silly loadout error --- code/modules/client/preference/loadout/loadout_uniform.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/client/preference/loadout/loadout_uniform.dm b/code/modules/client/preference/loadout/loadout_uniform.dm index 5e0d5b0510d..d7df4da720b 100644 --- a/code/modules/client/preference/loadout/loadout_uniform.dm +++ b/code/modules/client/preference/loadout/loadout_uniform.dm @@ -98,15 +98,15 @@ path = /obj/item/clothing/under/rank/head_of_security/skirt allowed_roles = list("Head of Security") -/datum/gear/uniform/job/medical/scrubs - subtype_path = /datum/gear/uniform/job/medical/scrubs +/datum/gear/uniform/medical + subtype_path = /datum/gear/uniform/medical -/datum/gear/uniform/job/medical/scrubs/purple +/datum/gear/uniform/medical/pscrubs display_name = "medical scrubs, purple" path = /obj/item/clothing/under/rank/medical/purple allowed_roles = list("Chief Medical Officer", "Medical Doctor") -/datum/gear/uniform/job/medical/scrubs/green +/datum/gear/uniform/medical/gscrubs display_name = "medical scrubs, green" path = /obj/item/clothing/under/rank/medical/green allowed_roles = list("Chief Medical Officer", "Medical Doctor")