diff --git a/code/modules/clothing/under/syndicate.dm b/code/modules/clothing/under/syndicate.dm index 2dc37f79f7e..66edeaaf09e 100644 --- a/code/modules/clothing/under/syndicate.dm +++ b/code/modules/clothing/under/syndicate.dm @@ -11,9 +11,9 @@ /obj/item/clothing/under/syndicate/combat //ERT tactleneck name = "combat turtleneck" desc = "It's some non-descript, slightly suspicious looking, civilian clothing." - icon_state = "syndicate" + icon_state = "combat" item_state = "bl_suit" - worn_state = "syndicate" + worn_state = "combat" has_sensor = 1 armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) siemens_coefficient = 0.9 diff --git a/icons/mob/uniform.dmi b/icons/mob/uniform.dmi index 69ed74959fd..ca80f8ba106 100644 Binary files a/icons/mob/uniform.dmi and b/icons/mob/uniform.dmi differ diff --git a/icons/obj/clothing/uniforms.dmi b/icons/obj/clothing/uniforms.dmi index 1d7ddbf51f9..04ce2aa9c7d 100644 Binary files a/icons/obj/clothing/uniforms.dmi and b/icons/obj/clothing/uniforms.dmi differ