diff --git a/code/modules/clothing/under/syndicate.dm b/code/modules/clothing/under/syndicate.dm index 8fbe5b3fbbe..c7da2a45e94 100644 --- a/code/modules/clothing/under/syndicate.dm +++ b/code/modules/clothing/under/syndicate.dm @@ -53,12 +53,10 @@ dying_key = DYE_REGISTRY_JUMPSKIRT /obj/item/clothing/under/syndicate/sniper - name = "Tactical turtleneck suit" + name = "tactical turtleneck suit" desc = "A double seamed tactical turtleneck disguised as a civilian grade silk suit. Intended for the most formal operator. The collar is really sharp." - icon = 'icons/obj/clothing/under/suits.dmi' - icon_state = "really_black_suit" + icon_state = "tactical_suit" inhand_icon_state = "bl_suit" - worn_icon = 'icons/mob/clothing/under/suits.dmi' can_adjust = FALSE /obj/item/clothing/under/syndicate/camo diff --git a/icons/mob/clothing/under/syndicate.dmi b/icons/mob/clothing/under/syndicate.dmi index e1553486b75..7d921b674a8 100644 Binary files a/icons/mob/clothing/under/syndicate.dmi and b/icons/mob/clothing/under/syndicate.dmi differ diff --git a/icons/obj/clothing/under/syndicate.dmi b/icons/obj/clothing/under/syndicate.dmi index a0f5c8ca5ea..a56e4dc1456 100644 Binary files a/icons/obj/clothing/under/syndicate.dmi and b/icons/obj/clothing/under/syndicate.dmi differ