Trinary Fixes (#17295)

This commit is contained in:
Geeves
2023-09-09 12:26:54 +02:00
committed by GitHub
parent 0d3108d27d
commit 2c8346c998
3 changed files with 17 additions and 5 deletions

View File

@@ -10,11 +10,16 @@
path = /obj/item/clothing/accessory/badge/trinary path = /obj/item/clothing/accessory/badge/trinary
slot = slot_tie 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 /datum/gear/religion/trinary/robe
display_name = "trinary perfection robes selection" display_name = "trinary perfection robes selection"
description = "A selection of robes worn by adherents of the Trinary Perfection." description = "A selection of robes worn by adherents of the Trinary Perfection."
path = /obj/item/clothing/suit/trinary_robes path = /obj/item/clothing/suit/trinary_robes
slot = slot_w_uniform slot = slot_wear_suit
/datum/gear/religion/trinary/robe/New() /datum/gear/religion/trinary/robe/New()
..() ..()

View File

@@ -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."