diff --git a/code/modules/client/preference_setup/loadout/items/xeno/unathi.dm b/code/modules/client/preference_setup/loadout/items/xeno/unathi.dm index 1229d38b0a2..bbceceb15c1 100644 --- a/code/modules/client/preference_setup/loadout/items/xeno/unathi.dm +++ b/code/modules/client/preference_setup/loadout/items/xeno/unathi.dm @@ -464,7 +464,7 @@ cost = 1 whitelisted = list(SPECIES_UNATHI) sort_category = "Xenowear - Unathi" - allowed_roles = list("Chaplain") + allowed_roles = list("Chaplain", "Off-Duty Crew Member") flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION /datum/gear/uniform/unathi/skakh/New() @@ -475,3 +475,12 @@ robes["Sk'akh healer's robes"] = /obj/item/clothing/under/unathi/skakh/healer robes["Sk'akh warrior's robes"] = /obj/item/clothing/under/unathi/skakh/warrior gear_tweaks += new /datum/gear_tweak/path(robes) + +/datum/gear/uniform/unathi/siakh + display_name = "Siakh robes" + path = /obj/item/clothing/under/unathi/siakh + cost = 1 + whitelisted = list(SPECIES_UNATHI) + sort_category = "Xenowear - Unathi" + allowed_roles = list("Chaplain", "Off-Duty Crew Member") + flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION diff --git a/code/modules/clothing/under/xenos/unathi.dm b/code/modules/clothing/under/xenos/unathi.dm index c98bcfde7cf..afcb1274f04 100644 --- a/code/modules/clothing/under/xenos/unathi.dm +++ b/code/modules/clothing/under/xenos/unathi.dm @@ -154,3 +154,9 @@ desc = "A set of gray cloth wrappings, used in traditional Sinta'Mador burials. Remarkably well preserved with age." icon_state = "mador_wrappings" item_state = "mador_wrappings" + +/obj/item/clothing/under/unathi/siakh + name = "\improper Si'akh priest robes" + desc = "Ascetic brown robes, favored by Flame Priests of the Si'akh Church." + icon_state = "siakh" + item_state = "siakh" diff --git a/html/changelogs/Crosarius - siakhrobes.yml b/html/changelogs/Crosarius - siakhrobes.yml new file mode 100644 index 00000000000..779323168dc --- /dev/null +++ b/html/changelogs/Crosarius - siakhrobes.yml @@ -0,0 +1,8 @@ +author: Crosarius + +delete-after: True + +changes: + - imageadd: "Added sprites for Si'akh Priest robes" + - rscadd: "Added Si'akh Priest robes to the Unathi xeno loadout." + - qol: "Allows Si'akh Priest robes and Sk'akh Priest robes to be taken by Off Duty & Visitor crewmember roles." diff --git a/icons/obj/unathi_items.dmi b/icons/obj/unathi_items.dmi index b8938a9cc37..155a436b375 100644 Binary files a/icons/obj/unathi_items.dmi and b/icons/obj/unathi_items.dmi differ