Adds tajara archeology gear to loadout + spelling changes (#19546)

Added tajara archeology items to the loadout menu so you can LARP as
your favorite archeologist, and changed the spelling of one of them to
be the US spelling like all of the other tajara archeology items.

---------

Signed-off-by: Silvore <62766806+Silvore@users.noreply.github.com>
This commit is contained in:
Silvore
2024-07-01 13:11:08 +00:00
committed by GitHub
parent e6b762e803
commit 6dd7ec996a
5 changed files with 99 additions and 4 deletions
@@ -8,6 +8,27 @@
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
sort_category = "Xenowear - Tajara"
/datum/gear/uniform/archeologist_uniform
display_name = "archeologist uniform"
description = "A rugged uniform used by Adhomian archeologists."
path = /obj/item/clothing/under/tajaran/archeologist
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
sort_category = "Xenowear - Tajara"
/datum/gear/suit/archaeologist_jacket
display_name = "archeologist jacket"
description = "A leather jacket used by Adhomian archeologists."
path = /obj/item/clothing/suit/storage/tajaran/archeologist
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
sort_category = "Xenowear - Tajara"
/datum/gear/suit/archaeologist_hat
display_name = "archeologist hat"
description = "A well-worn fedora favored by Adhomian explorers and archeologists."
path = /obj/item/clothing/head/tajaran/archeologist
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
sort_category = "Xenowear - Tajara"
/datum/gear/shoes/tajara/boots/New()
..()
var/list/boots = list()