Skip to content

Commit

Permalink
Tajara religious loadout fixes (Aurorastation#17395)
Browse files Browse the repository at this point in the history
* Loadout fixes

* changelog
  • Loading branch information
Alberyk authored Sep 22, 2023
1 parent a3505fc commit a6db489
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion code/game/objects/items/weapons/chaplain_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions html/changelogs/alberyk-loadoutixes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
author: Alberyk

delete-after: True

changes:
- bugfix: "Fixed being unable to select different matake god altars in the loadout."

0 comments on commit a6db489

Please sign in to comment.