mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
Trinary Fixes (#17295)
This commit is contained in:
@@ -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()
|
||||||
..()
|
..()
|
||||||
|
|||||||
@@ -106,10 +106,10 @@
|
|||||||
flags_inv = HIDEJUMPSUIT
|
flags_inv = HIDEJUMPSUIT
|
||||||
|
|
||||||
/obj/item/clothing/suit/trinary_robes
|
/obj/item/clothing/suit/trinary_robes
|
||||||
name = "trinary perfection robe"
|
name = "trinary perfection robe"
|
||||||
desc = "Robes worn by those who serve The Trinary Perfection."
|
desc = "Robes worn by those who serve The Trinary Perfection."
|
||||||
icon_state = "trinary_robes"
|
icon_state = "trinary_robes"
|
||||||
item_state = "trinary_robes"
|
item_state = "trinary_robes"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Misc
|
* Misc
|
||||||
|
|||||||
7
html/changelogs/geeves-trinary_fix.yml
Normal file
7
html/changelogs/geeves-trinary_fix.yml
Normal 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."
|
||||||
Reference in New Issue
Block a user