diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 0504ab42c35..b2fd6aa8ca3 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -236,7 +236,7 @@ icon_state = "noble_boot" _color = "noble_boot" item_state = "noble_boot" - + /////Arachno-Man Costume set //the flagbearer: Willow Walker /obj/item/clothing/under/fluff/arachno_suit // Custom Jumpsuit name = "Arachno-Man costume" @@ -247,7 +247,7 @@ _color = "superior_suit" body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS|HANDS flags_inv = HIDEGLOVES|HIDESHOES - + /obj/item/clothing/head/fluff/arachno_mask name = "Arachno-Man mask" desc = "Put it on. The mask, it's gonna make you stronger!" @@ -258,4 +258,26 @@ flags = BLOCKHAIR flags_inv = HIDEFACE + +///Aeronuatical Jumpsuit and Jacket //Fox P McCloud: Fox McCloud + +//Huge thanks to Nienhaus for these sprites! + +/obj/item/clothing/under/fluff/fox + name = "Aeronuatics Jumpsuit" + desc = "A jumpsuit tailor made for spacefaring fighter pilots; this one seems very old." + icon = 'icons/obj/custom_items.dmi' + icon_state = "fox_suit" + item_state = "g_suit" + _color = "fox_suit" + displays_id = 0 //still appears on examine; this is pure fluff. + flags = ONESIZEFITSALL + +/obj/item/clothing/suit/jacket/fluff/fox + name = "Aeronautics Jacket" + desc = "An aviator styled jacket made from a peculiar material; this one seems very old." + icon = 'icons/obj/custom_items.dmi' + icon_state = "fox_jacket" + item_state = "fox_jacket" + //////////// Weapons //////////// diff --git a/icons/mob/suit.dmi b/icons/mob/suit.dmi index 9a73984b638..fb5ee2cc19f 100644 Binary files a/icons/mob/suit.dmi and b/icons/mob/suit.dmi differ diff --git a/icons/mob/uniform.dmi b/icons/mob/uniform.dmi index b207e3c1ed2..7c5615d1913 100644 Binary files a/icons/mob/uniform.dmi and b/icons/mob/uniform.dmi differ