diff --git a/code/modules/clothing/shoes/miscellaneous.dm b/code/modules/clothing/shoes/miscellaneous.dm index 8c2e55cc63..3d318db761 100644 --- a/code/modules/clothing/shoes/miscellaneous.dm +++ b/code/modules/clothing/shoes/miscellaneous.dm @@ -133,19 +133,16 @@ name = "red christmas boots" desc = "A pair of fluffy red christmas boots!" icon_state = "christmasbootsr" - item_state = "christmasbootsr" /obj/item/clothing/shoes/winterboots/christmasbootsg name = "green christmas boots" desc = "A pair of fluffy green christmas boots!" icon_state = "christmasbootsg" - item_state = "christmasbootsg" /obj/item/clothing/shoes/winterboots/santaboots name = "santa boots" desc = "A pair of santa boots! How traditional!!" icon_state = "santaboots" - item_state = "santaboots" /obj/item/clothing/shoes/workboots name = "work boots" diff --git a/icons/mob/uniform.dmi b/icons/mob/uniform.dmi index eba430eaad..d7514c8688 100644 Binary files a/icons/mob/uniform.dmi and b/icons/mob/uniform.dmi differ