diff --git a/code/modules/clothing/under/syndicate.dm b/code/modules/clothing/under/syndicate.dm index d7758c0983e..e8e91adad32 100644 --- a/code/modules/clothing/under/syndicate.dm +++ b/code/modules/clothing/under/syndicate.dm @@ -8,13 +8,6 @@ siemens_coefficient = 0.9 flags = ONESIZEFITSALL|HEAR_TALK -/obj/item/clothing/under/syndicate/equipped(mob/M) - if(M.gender == "male") - item_state = "syndicate" - else - item_state = "syndicate_f" - return ..() - /obj/item/clothing/under/syndicate/combat name = "combat turtleneck" diff --git a/icons/mob/uniform.dmi b/icons/mob/uniform.dmi index 9d39707538d..f080f2d8cd3 100644 Binary files a/icons/mob/uniform.dmi and b/icons/mob/uniform.dmi differ