diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index b0cee1ab7e7..51fd4c077b2 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -2178,3 +2178,12 @@ All custom items with worn sprites must follow the contained sprite system: http SEND_SIGNAL(K, COMSIG_ITEM_UPDATE_STATE, K) K.update_icon() +/obj/item/clothing/suit/storage/toggle/leather_jacket/fluff/sheperd_coat //Shepherd's embroidered jacket - Shepherd - NekoMarbles + name = "embroidered leather jacket" + desc = "A deep brown leather jacket that’s already partially faded in colour. You can tell from the stitching the jacket itself appears to be handmade. A pair of \ + sharp-tipped angel wings sits embroidered on the back nice and center, the needlework a mix of machine-like precision and human-like irregularity." + icon = 'icons/obj/custom_items/shepherd_coat.dmi' + icon_override = 'icons/obj/custom_items/shepherd_coat.dmi' + icon_state = "shepherd_coat" + item_state = "shepherd_coat" + contained_sprite = TRUE diff --git a/html/changelogs/wickedcybs_sheperdcustom.yml b/html/changelogs/wickedcybs_sheperdcustom.yml new file mode 100644 index 00000000000..8e537953d21 --- /dev/null +++ b/html/changelogs/wickedcybs_sheperdcustom.yml @@ -0,0 +1,6 @@ +author: WickedCybs + +delete-after: True + +changes: + - rscadd: "Added Sheperd's custom item." diff --git a/icons/obj/custom_items/shepherd_coat.dmi b/icons/obj/custom_items/shepherd_coat.dmi new file mode 100644 index 00000000000..3dd0142e3dd Binary files /dev/null and b/icons/obj/custom_items/shepherd_coat.dmi differ