mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +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()
|
||||
|
||||
@@ -153,8 +153,8 @@
|
||||
item_state = "nka_consularhat"
|
||||
|
||||
/obj/item/clothing/head/tajaran/archeologist
|
||||
name = "archaeologist hat"
|
||||
desc = "A well-worn fedora favored by Adhomian explorers and archaeologists. Not very protective but still very stylish."
|
||||
name = "archeologist hat"
|
||||
desc = "A well-worn fedora favored by Adhomian explorers and archeologists. Not very protective but still very stylish."
|
||||
icon_state = "explorer_hat"
|
||||
item_state = "explorer_hat"
|
||||
|
||||
|
||||
@@ -376,8 +376,8 @@
|
||||
sprite_sheets = list(BODYTYPE_TESLA_BODY = 'icons/mob/species/tajaran/tesla_body/uniform.dmi')
|
||||
|
||||
/obj/item/clothing/under/tajaran/archeologist
|
||||
name = "archaeologist uniform"
|
||||
desc = "A rugged uniform used by Adhomian archaeologists. It is already covered in dirt and ancient dust."
|
||||
name = "archeologist uniform"
|
||||
desc = "A rugged uniform used by Adhomian archeologists. It is already covered in dirt and ancient dust."
|
||||
icon_state = "explorer_uniform"
|
||||
item_state = "explorer_uniform"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user