From f6f5430aa0507aa335b43f86eb915adc223d2277 Mon Sep 17 00:00:00 2001 From: shellspeed1 <46614774+shellspeed1@users.noreply.github.com> Date: Sat, 5 Oct 2019 20:50:14 -0700 Subject: [PATCH] Updates to make it a subtype --- code/modules/clothing/under/syndicate.dm | 6 +++--- modular_citadel/code/modules/client/loadout/uniform.dm | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/clothing/under/syndicate.dm b/code/modules/clothing/under/syndicate.dm index f0e2e1c8..d595e767 100644 --- a/code/modules/clothing/under/syndicate.dm +++ b/code/modules/clothing/under/syndicate.dm @@ -68,9 +68,9 @@ item_color = "syndicate_combat" can_adjust = FALSE -/obj/item/clothing/under/syndicate/comfortable - name = "Comfortable Uniform" - desc = "A modified combat uniform, it has had much of it's armor stripped out and replaced with padding to make it as comfortable as possible." +/obj/item/clothing/under/syndicate/combat/comfortable + name = "Padded Uniform" + desc = "A uniform of similar design to the combat uniform, it has had it's armor replaced with extra padding while providing pockets to hold useful gear." icon_state = "syndicate_combat" item_color = "syndicate_combat" can_adjust = FALSE diff --git a/modular_citadel/code/modules/client/loadout/uniform.dm b/modular_citadel/code/modules/client/loadout/uniform.dm index e6f9ff3e..0c2d4eb6 100644 --- a/modular_citadel/code/modules/client/loadout/uniform.dm +++ b/modular_citadel/code/modules/client/loadout/uniform.dm @@ -144,9 +144,9 @@ path = /obj/item/clothing/under/pants/track /datum/gear/comfortable - name = "Comfortable Uniform" + name = "padded uniform" category = SLOT_WEAR_SUIT - path = /obj/item/clothing/under/syndicate/comfortable + path = /obj/item/clothing/under/syndicate/combat/comfortable // Pantsless Sweaters