mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user