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