diff --git a/code/modules/clothing/under/syndicate.dm b/code/modules/clothing/under/syndicate.dm index 40e3fb2f..f0e2e1c8 100644 --- a/code/modules/clothing/under/syndicate.dm +++ b/code/modules/clothing/under/syndicate.dm @@ -67,3 +67,11 @@ icon_state = "syndicate_combat" 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." + icon_state = "syndicate_combat" + item_color = "syndicate_combat" + can_adjust = FALSE + armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 40) diff --git a/modular_citadel/code/modules/client/loadout/uniform.dm b/modular_citadel/code/modules/client/loadout/uniform.dm index abdf8e3a..e6f9ff3e 100644 --- a/modular_citadel/code/modules/client/loadout/uniform.dm +++ b/modular_citadel/code/modules/client/loadout/uniform.dm @@ -143,6 +143,11 @@ category = SLOT_W_UNIFORM path = /obj/item/clothing/under/pants/track +/datum/gear/comfortable + name = "Comfortable Uniform" + category = SLOT_WEAR_SUIT + path = /obj/item/clothing/under/syndicate/comfortable + // Pantsless Sweaters /datum/gear/turtleneck