diff --git a/code/modules/vending/autodrobe.dm b/code/modules/vending/autodrobe.dm index fb6e53a4d296..26ecf8d261ee 100644 --- a/code/modules/vending/autodrobe.dm +++ b/code/modules/vending/autodrobe.dm @@ -210,7 +210,6 @@ /obj/item/skub = 1, /obj/item/clothing/under/lampskirt = 1, /obj/item/clothing/under/yogs/soviet_dress_uniform = 1, //yogs start - /obj/item/clothing/under/yogs/enclaveo = 1, /obj/item/clothing/under/yogs/rycliesuni = 1, /obj/item/clothing/head/yogs/toad = 1, /obj/item/clothing/head/helmet/justice = 1, diff --git a/yogstation/code/modules/clothing/under/miscellaneous.dm b/yogstation/code/modules/clothing/under/miscellaneous.dm index d98768a05648..18b278cfca6a 100644 --- a/yogstation/code/modules/clothing/under/miscellaneous.dm +++ b/yogstation/code/modules/clothing/under/miscellaneous.dm @@ -106,14 +106,6 @@ item_color = "doomsday_s" can_adjust = FALSE -/obj/item/clothing/under/yogs/enclaveo - name = "enclave suit" - desc = "Here to protect what makes this station great." - icon_state = "enclaveo_s" - item_state = "enclaveo" - item_color = "enclaveo_s" - can_adjust = FALSE - /obj/item/clothing/under/yogs/rycliesuni name = "aluminum foil coated suit" desc = "Protects your body from mental brainwashing. Too bad there is no brain inside of your chest." diff --git a/yogstation/icons/mob/uniform.dmi b/yogstation/icons/mob/uniform.dmi index 0ef3ba9bd1a5..8656db60d2c0 100644 Binary files a/yogstation/icons/mob/uniform.dmi and b/yogstation/icons/mob/uniform.dmi differ diff --git a/yogstation/icons/obj/clothing/uniforms.dmi b/yogstation/icons/obj/clothing/uniforms.dmi index 66fd8c5f8b61..0f1be4d2a8ef 100644 Binary files a/yogstation/icons/obj/clothing/uniforms.dmi and b/yogstation/icons/obj/clothing/uniforms.dmi differ