diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 9f1c834d68b..d87eafaf894 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -1318,6 +1318,13 @@ /obj/item/toy/plushie/fluff/fox/ui_action_click() change_color() +/obj/item/clothing/suit/jacket/miljacket/desert/fox + name = "rugged military jacket" + desc = "A rugged brown military jacket with a stylized 'A' embroidered on the back. It seems very old, yet is in near mint condition. Has a tag on the inside collar signed 'Fox McCloud'." + icon = 'icons/obj/custom_items.dmi' + icon_state = "fox_coat" + item_color = "fox_coat" + // TheFlagbearer: Willow Walker /obj/item/clothing/under/fluff/arachno_suit name = "Arachno-Man costume" diff --git a/icons/mob/suit.dmi b/icons/mob/suit.dmi index a2c478e18e1..258804468de 100644 Binary files a/icons/mob/suit.dmi and b/icons/mob/suit.dmi differ diff --git a/icons/obj/custom_items.dmi b/icons/obj/custom_items.dmi index b68005d0c4f..fe4e452b6ea 100644 Binary files a/icons/obj/custom_items.dmi and b/icons/obj/custom_items.dmi differ