Shepherd's Custom Item (#21574)

Title.

---------

Co-authored-by: WickedCybs <wickedcybs@gmail.com>
This commit is contained in:
CyberSpyXD
2025-11-17 19:19:31 +00:00
committed by GitHub
co-authored by WickedCybs
parent 9fb68a8799
commit d43d62b846
3 changed files with 15 additions and 0 deletions
+9
View File
@@ -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 thats 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