diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index d8b0387ee67..d1ec18b6367 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -2171,4 +2171,13 @@ All custom items with worn sprites must follow the contained sprite system: http desc = "A green-and-silver wooden die with six sides, beautifully carved and delicately painted. The single dot on the number one side is, on closer inspection, a miniature image of the god Rredouane." icon_state = "sur_g_d1" base_icon = "sur_g_d" - favored_number = 6 \ No newline at end of file + favored_number = 6 + +/obj/item/clothing/head/fluff/ulzka_skull // The skull of Ulzka Dorviza - The Continuity of Ulzka Dorviza - boggle08 + name = "skull of Ulzka Dorviza" + desc = "This is the polished skull of a long dead Unathi. Great horns adorn either side of it, however, one of them is cracked off. In the rare instance it isn't lodged firmly in the gestalt it belongs to, it is bagged and tied up into the cowl that houses it." + icon = 'icons/obj/custom_items/ulzka_skull.dmi' + icon_state = "ulzka_skull" + item_state = "ulzka_skull" + canremove = FALSE + contained_sprite = TRUE \ No newline at end of file diff --git a/icons/obj/custom_items/ulzka_skull.dmi b/icons/obj/custom_items/ulzka_skull.dmi new file mode 100644 index 00000000000..37ea9066839 Binary files /dev/null and b/icons/obj/custom_items/ulzka_skull.dmi differ