diff --git a/code/modules/clothing/under/syndicate.dm b/code/modules/clothing/under/syndicate.dm index d595e767..98135478 100644 --- a/code/modules/clothing/under/syndicate.dm +++ b/code/modules/clothing/under/syndicate.dm @@ -25,6 +25,7 @@ icon_state = "tactifool" item_state = "bl_suit" item_color = "tactifool" + has_sensor = HAS_SENSORS armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 40) /obj/item/clothing/under/syndicate/tacticool/skirt @@ -33,6 +34,7 @@ icon_state = "tactifool_skirt" item_state = "bl_suit" item_color = "tactifool_skirt" + has_sensor = HAS_SENSORS armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 40) fitted = FEMALE_UNIFORM_TOP @@ -68,10 +70,11 @@ item_color = "syndicate_combat" can_adjust = FALSE -/obj/item/clothing/under/syndicate/combat/comfortable +/obj/item/clothing/under/syndicate/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 + has_sensor = HAS_SENSORS 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 8b11e6be..9bf050cb 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 = "padded uniform" + name = "Padded Uniform" category = SLOT_W_UNIFORM - path = /obj/item/clothing/under/syndicate/combat/comfortable + path = /obj/item/clothing/under/syndicate/comfortable // Pantsless Sweaters