diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 668737dd1dd..cb0e27c1149 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -132,6 +132,11 @@ icon = 'icons/obj/custom_items.dmi' icon_state = "book_berner_1" +/obj/item/clothing/glasses/sunglasses/fake/fluff/kaki //Rapidvalj: Kakicharakiti + name = "broken thermonocle" + desc = "A weathered Vox thermonocle, doesn't seem to work anymore." + icon_state = "thermoncle" + /obj/item/weapon/lighter/zippo/fluff/purple // GodOfOreos: Jason Conrad name = "purple engraved zippo" desc = "All craftsspacemanship is of the highest quality. It is encrusted with refined plasma sheets. On the item is an image of a dwarf and the words 'Strike the Earth!' etched onto the side." @@ -331,6 +336,11 @@ desc = "A beret, an artist's favorite headwear. This one has two holes cut on the edges." icon_state = "linda_beret" +/obj/item/clothing/head/fluff/kaki //Rapidvalj: Kakicharakiti + name = "sleek fancy leader hat" + desc = "A uniquely colored vox leader hat. Has some signs of wear." + icon_state = "kakicharakiti" + //////////// Suits //////////// /obj/item/clothing/suit/storage/labcoat/fluff/aeneas_rinil //Socialsystem: Lynn Fea name = "Robotics labcoat" diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index b8f6f29812a..e204faa45c6 100644 Binary files a/icons/mob/head.dmi and b/icons/mob/head.dmi differ diff --git a/icons/obj/clothing/hats.dmi b/icons/obj/clothing/hats.dmi index 9adc6e476b9..edbb51b3ae5 100644 Binary files a/icons/obj/clothing/hats.dmi and b/icons/obj/clothing/hats.dmi differ