Tajara religious loadout fixes (#17395)

* Loadout fixes

* changelog
This commit is contained in:
Alberyk
2023-09-22 11:01:49 +00:00
committed by GitHub
parent a3505fc2f3
commit a6db489e71
3 changed files with 11 additions and 5 deletions
@@ -75,7 +75,7 @@
return "around [user.get_pronoun("his")] neck"
/obj/item/nullrod/matake
name = "\improper Mata'ke sword"
name = "\improper Mata'ke spear"
desc = "A ceremonial spear crafted after the image of Mata'ke's holy weapon."
icon = 'icons/obj/tajara_items.dmi'
icon_state = "matake_spear"
@@ -620,15 +620,15 @@
banner["Azubarre Banner"] = /obj/item/flag/azubarre
gear_tweaks += new /datum/gear_tweak/path(banner)
/datum/gear/accessory/tajara_god_altars
display_name = "ma'ta'ke deity altars"
description = "A selection of small altars used to worship the Ma'ta'ke gods."
/datum/gear/tajara_god_altars
display_name = "matakae deity altars"
description = "A selection of small altars used to worship the matake gods."
path = /obj/item/storage/altar/kraszar
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
sort_category = "Xenowear - Tajara"
flags = GEAR_HAS_DESC_SELECTION
/datum/gear/accessory/tajara_god_altars/New()
/datum/gear/tajara_god_altars/New()
..()
var/list/altar = list()
altar["Kraszar altar"] = /obj/item/storage/altar/kraszar
+6
View File
@@ -0,0 +1,6 @@
author: Alberyk
delete-after: True
changes:
- bugfix: "Fixed being unable to select different matake god altars in the loadout."