diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index d442592547a..0504ab42c35 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -241,10 +241,12 @@ /obj/item/clothing/under/fluff/arachno_suit // Custom Jumpsuit name = "Arachno-Man costume" desc = "It's what an evil genius would design if he switched brains with the Amazing Arachno-Man. Actually, he'd probably add weird tentacles that come out the back, too." - icon = 'icons/obj/custom_items.dmi' + icon = 'icons/obj/clothing/uniforms.dmi' icon_state = "superior_suit" item_state = "superior_suit" + _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" @@ -253,5 +255,7 @@ icon_state = "superior_mask" item_state = "superior_mask" body_parts_covered = HEAD + flags = BLOCKHAIR + flags_inv = HIDEFACE //////////// Weapons //////////// diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index 3bf0963ea34..dc6f0b23d5b 100644 Binary files a/icons/mob/head.dmi and b/icons/mob/head.dmi differ diff --git a/icons/obj/clothing/hats.dmi b/icons/obj/clothing/hats.dmi index 96691608a5e..b0b48de7ae4 100644 Binary files a/icons/obj/clothing/hats.dmi and b/icons/obj/clothing/hats.dmi differ diff --git a/icons/obj/custom_items.dmi b/icons/obj/custom_items.dmi index 199bb659c14..169af7c8fa8 100644 Binary files a/icons/obj/custom_items.dmi and b/icons/obj/custom_items.dmi differ