diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index c8bc1582081..1c63ce7621f 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -2374,7 +2374,7 @@ obj/item/clothing/suit/storage/hooded/fluff/make_poncho //Raincoat Poncho - M.A. can_nap = 0 -/obj/item/clothing/suit/storage/toggle/fluff/talon_coat //Embroidered Coat - Talon Hatfield - dronztheWolf +/obj/item/clothing/suit/storage/toggle/fluff/talon_coat //Embroidered Coat - Talon Hatfield - dronzthewolf name = "embroidered coat" desc = " Martian long coat, made to fend off dust storms and other unpleasantries. This one has a few patches sewn into it depicting: A Solarian flag, a Batallion number, and a large sun." icon = 'icons/obj/custom_items/talon_coat.dmi' @@ -2382,4 +2382,21 @@ obj/item/clothing/suit/storage/hooded/fluff/make_poncho //Raincoat Poncho - M.A. item_state = "talon_coat" icon_open = "talon_coat_open" icon_closed = "talon_coat" + contained_sprite = TRUE + + +/obj/item/weapon/storage/backpack/cloak/fluff/ryn_cloak //Security Tunnel Cloak - Za'Akaix'Ryn Zo'ra - jamchop23334 + name = "security tunnel cloak" + desc = "A blue, tailor-made tunnel cloak with paltry storage options. The fabric is smoother and less abrasive than regular tunnel cloaks, though it looks difficult to wear." + icon = 'icons/obj/custom_items/ryn_clothing.dmi' + icon_state = "ryn_cloak" + item_state = "ryn_cloak" + contained_sprite = TRUE + +/obj/item/clothing/head/fluff/ryn_hood //Security Tunnel Hood - Za'Akaix'Ryn Zo'ra - jamchop23334 + name = "security tunnel hood" + desc = "A silky smooth blue hood, though its more of a headwrap. You're having a hard time wrapping your head around how to wear this." + icon = 'icons/obj/custom_items/ryn_clothing.dmi' + icon_state = "ryn_hood" + item_state = "ryn_hood" contained_sprite = TRUE \ No newline at end of file diff --git a/icons/obj/custom_items/ryn_clothing.dmi b/icons/obj/custom_items/ryn_clothing.dmi new file mode 100644 index 00000000000..300d1d9c718 Binary files /dev/null and b/icons/obj/custom_items/ryn_clothing.dmi differ diff --git a/icons/obj/custom_items/talon_coat.dmi b/icons/obj/custom_items/talon_coat.dmi index e0bd19fb360..1caad87eb3e 100644 Binary files a/icons/obj/custom_items/talon_coat.dmi and b/icons/obj/custom_items/talon_coat.dmi differ