diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index a8557a117e2..7253b6faa27 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -2338,3 +2338,14 @@ All custom items with worn sprites must follow the contained sprite system: http action_button_name = "Adjust mask" flash_protection = FLASH_PROTECTION_NONE tint = TINT_NONE + +/obj/item/clothing/suit/storage/toggle/leather_jacket/flight/fluff/iliasz_jacket + name = "naval pilot's jacket" + desc = "A sturdy grey-green neonomex-lined jacket, flame-resistant and sleek. A garment of choice for anyone who might be in the cockpit of something with a risk of catching fire. \ + There's a name patch sewn onto the breast of this one, reading \"JAJSZCZYK\". It seems to be more rugged than a typical flight jacket, and also appears to have some waterproofing. \ + A Solarian flag in miniature rests on the right sleeve, the colors faded and worn." + icon = 'icons/obj/custom_items/iliasz_jacket.dmi' + icon_override = 'icons/obj/custom_items/iliasz_jacket.dmi' + icon_state = "iliasz_jacket" + item_state = "iliasz_jacket" + contained_sprite = TRUE diff --git a/icons/obj/custom_items/iliasz_jacket.dmi b/icons/obj/custom_items/iliasz_jacket.dmi new file mode 100644 index 00000000000..d3bc61cd488 Binary files /dev/null and b/icons/obj/custom_items/iliasz_jacket.dmi differ