diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 753bba63176..848a36523f9 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -1898,7 +1898,7 @@ All custom items with worn sprites must follow the contained sprite system: http light_color = LIGHT_COLOR_BLUE -/obj/item/clothing/suit/storage/hooded/wintercoat/fluff/make_poncho //Raincoat Poncho - M.A.K.E - toasterstrudes +obj/item/clothing/suit/storage/hooded/fluff/make_poncho //Raincoat Poncho - M.A.K.E - toasterstrudes name = "raincoat poncho" desc = "A tough brown hooded poncho that looks to be good at protecting someone from the rain." icon = 'icons/obj/custom_items/make_items.dmi' @@ -1906,6 +1906,7 @@ All custom items with worn sprites must follow the contained sprite system: http item_state = "make_poncho" contained_sprite = TRUE hoodtype = /obj/item/clothing/head/winterhood/fluff/make_hood + body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS /obj/item/clothing/head/winterhood/fluff/make_hood flags_inv = HIDEEARS diff --git a/icons/mob/custom_synthetic.dmi b/icons/mob/custom_synthetic.dmi index bbb07c579b7..f7b0084ff48 100644 Binary files a/icons/mob/custom_synthetic.dmi and b/icons/mob/custom_synthetic.dmi differ diff --git a/icons/obj/custom_items/make_items.dmi b/icons/obj/custom_items/make_items.dmi index 929af3f6b25..bbc54bbd67b 100644 Binary files a/icons/obj/custom_items/make_items.dmi and b/icons/obj/custom_items/make_items.dmi differ