diff --git a/code/modules/client/preference_setup/loadout/items/religion.dm b/code/modules/client/preference_setup/loadout/items/religion.dm index 1c93b27b1ba..1d3490986e4 100644 --- a/code/modules/client/preference_setup/loadout/items/religion.dm +++ b/code/modules/client/preference_setup/loadout/items/religion.dm @@ -10,11 +10,16 @@ path = /obj/item/clothing/accessory/badge/trinary slot = slot_tie +/datum/gear/religion/trinary/coif + display_name = "trinary perfection coif" + path = /obj/item/clothing/head/trinary + slot = slot_head + /datum/gear/religion/trinary/robe display_name = "trinary perfection robes selection" description = "A selection of robes worn by adherents of the Trinary Perfection." path = /obj/item/clothing/suit/trinary_robes - slot = slot_w_uniform + slot = slot_wear_suit /datum/gear/religion/trinary/robe/New() ..() diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index 9e101456e92..80034c820b8 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -106,10 +106,10 @@ flags_inv = HIDEJUMPSUIT /obj/item/clothing/suit/trinary_robes - name = "trinary perfection robe" - desc = "Robes worn by those who serve The Trinary Perfection." - icon_state = "trinary_robes" - item_state = "trinary_robes" + name = "trinary perfection robe" + desc = "Robes worn by those who serve The Trinary Perfection." + icon_state = "trinary_robes" + item_state = "trinary_robes" /* * Misc diff --git a/html/changelogs/geeves-trinary_fix.yml b/html/changelogs/geeves-trinary_fix.yml new file mode 100644 index 00000000000..9be12d086ec --- /dev/null +++ b/html/changelogs/geeves-trinary_fix.yml @@ -0,0 +1,7 @@ +author: Geeves + +delete-after: True + +changes: + - bugfix: "Fixed Trinary robes not appearing correctly in the loadout." + - bugfix: "Fixed Trinary coif not being in the loadout."