diff --git a/code/modules/client/preference_setup/loadout/loadout_xeno/unathi.dm b/code/modules/client/preference_setup/loadout/loadout_xeno/unathi.dm index a7cc20e727e..a89f3d8d108 100644 --- a/code/modules/client/preference_setup/loadout/loadout_xeno/unathi.dm +++ b/code/modules/client/preference_setup/loadout/loadout_xeno/unathi.dm @@ -120,3 +120,19 @@ path = /obj/item/clothing/under/unathi/zozo whitelisted = list("Unathi", "Aut'akh Unathi") sort_category = "Xenowear - Unathi" + +/datum/gear/suit/unathi/wrapping_head + display_name = "thakh shaman head wrappings" + description = "Head wrappings with a breath mask. Only very traditional Th'akh Shamans would wear these." + path = /obj/item/clothing/mask/gas/wrapping + cost = 1 + whitelisted = list("Unathi") + sort_category = "Xenowear - Unathi" + +/datum/gear/suit/unathi/wrapping_body + display_name = "thakh shaman body wrappings" + description = "Closed body wrappings. Only very traditional Th'akh Shamans would wear these." + path = /obj/item/clothing/suit/unathi/mantle/wrapping + cost = 1 + whitelisted = list("Unathi") + sort_category = "Xenowear - Unathi" \ No newline at end of file diff --git a/code/modules/clothing/under/xenos/unathi.dm b/code/modules/clothing/under/xenos/unathi.dm index d51369ad2cd..36f5c1e1156 100644 --- a/code/modules/clothing/under/xenos/unathi.dm +++ b/code/modules/clothing/under/xenos/unathi.dm @@ -107,4 +107,26 @@ item_state = "[initial(item_state)]_r" to_chat(usr, span("notice", "You roll up your [src]'s sleeves.")) rolled_sleeves = TRUE - update_clothing_icon() \ No newline at end of file + update_clothing_icon() + +/obj/item/clothing/suit/unathi/mantle/wrapping + name = "unathi wrappings" + desc = "Stitched together clothing with bandages covering them, looks tailored for an unathi." + description_fluff = "This is a very traditional Sinta wear for Th'akh shamans, most modern Sinta do not wear these." + icon = 'icons/obj/unathi_items.dmi' + icon_state = "thakh_wrappings" //special thanks to Araskael + item_state = "thakh_wrappings" + body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS + flags_inv = HIDEJUMPSUIT|HIDETAIL + species_restricted = list("Unathi") + contained_sprite = TRUE + +/obj/item/clothing/mask/gas/wrapping + name = "unathi head wrappings" + desc = "A bunch of stitched together bandages with a fibreglass breath mask on it, openings for the eyes. Looks tailored for an unathi." + description_fluff = "This is a very traditional Sinta wear for Th'akh shamans, most modern Sinta do not wear these." + icon = 'icons/obj/unathi_items.dmi' + icon_state = "thakh_mask" //special thanks to Araskael + item_state = "thakh_mask" + species_restricted = list("Unathi") + contained_sprite = TRUE \ No newline at end of file diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 928a170fddb..98d6ebc6788 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -200,27 +200,6 @@ All custom items with worn sprites must follow the contained sprite system: http icon_state = "coin_yoiko_heads" //thanks fireandglory for the sprites cmineral = "yoiko" -/obj/item/clothing/suit/unathi/mantle/fluff/karnaikai_wrappings //Unathi Wrappings - Azeazekal Karnaikai - canon35 - name = "unathi wrappings" - desc = "Stitched together clothing with bandages covering them, looks tailored for an unathi." - icon = 'icons/obj/custom_items/karnaikai_wrappings.dmi' - icon_state = "karnaikai_wrappings" //special thanks to Araskael - item_state = "karnaikai_wrappings" - body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS - flags_inv = HIDEJUMPSUIT|HIDETAIL - species_restricted = list("Unathi") - contained_sprite = TRUE - - -/obj/item/clothing/mask/gas/fluff/karnaikai_mask //Unathi head wrappings - Azeazekal Karnaikai - canon35 - name = "unathi head wrappings" - desc = "A bunch of stitched together bandages with a fibreglass breath mask on it, openings for the eyes. Looks tailored for an unathi." - icon = 'icons/obj/custom_items/karnaikai_mask.dmi' - icon_state = "karnaikai_mask" //special thanks to Araskael - item_state = "karnaikai_mask" - species_restricted = list("Unathi") - contained_sprite = TRUE - /obj/item/flame/lighter/zippo/fluff/locke_zippo //Fire Extinguisher Zippo - Jacob Locke - completegarbage name = "fire extinguisher lighter" desc = "Most fire extinguishers on the station are way too heavy. This one's a little lighter." diff --git a/html/changelogs/geeves - thakh_wrappings.yml b/html/changelogs/geeves - thakh_wrappings.yml new file mode 100644 index 00000000000..281d546d9a9 --- /dev/null +++ b/html/changelogs/geeves - thakh_wrappings.yml @@ -0,0 +1,6 @@ +author: Geeves, sprites by Araskael + +delete-after: True + +changes: + - rscadd: "Added some Unathi shaman wrappings to the Xenowear tab." \ No newline at end of file diff --git a/icons/obj/custom_items/karnaikai_mask.dmi b/icons/obj/custom_items/karnaikai_mask.dmi deleted file mode 100644 index cdf8c39c945..00000000000 Binary files a/icons/obj/custom_items/karnaikai_mask.dmi and /dev/null differ diff --git a/icons/obj/custom_items/karnaikai_wrappings.dmi b/icons/obj/custom_items/karnaikai_wrappings.dmi deleted file mode 100644 index a8d4fdbf9d5..00000000000 Binary files a/icons/obj/custom_items/karnaikai_wrappings.dmi and /dev/null differ diff --git a/icons/obj/unathi_items.dmi b/icons/obj/unathi_items.dmi index 62c76626ba0..06f690ddb6b 100644 Binary files a/icons/obj/unathi_items.dmi and b/icons/obj/unathi_items.dmi differ diff --git a/maps/space_ruins/.gitkeep b/maps/space_ruins/.gitkeep deleted file mode 100644 index e69de29bb2d..00000000000