mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
Tajaran loadout addons (#21768)
Adds the Adhomian instrument, p'rrama to the game. Turns out it has had an icon sitting around in the tajara items dmi for years but no actual code. Adds the shillelagh (now renmaed to Maikahar) (Adhomian walking stick) and Tajaran dogtags to the Tajaran loadout section. Adds the Adhomian hunting coat to the Taj coat selection.
This commit is contained in:
@@ -162,6 +162,7 @@ ABSTRACT_TYPE(/datum/gear/shoes/tajara)
|
||||
coat["fine brown coat"] = /obj/item/clothing/suit/storage/tajaran/finecoat
|
||||
coat["fine blue coat"] = /obj/item/clothing/suit/storage/tajaran/finecoat/blue
|
||||
coat["fancy royalist jacket"] = /obj/item/clothing/suit/storage/tajaran/fancy
|
||||
coat["adhomian hunting coat"] = /obj/item/clothing/suit/storage/tajaran/hunting
|
||||
gear_tweaks += new /datum/gear_tweak/path(coat)
|
||||
|
||||
/datum/gear/suit/tajaran_labcoat
|
||||
@@ -568,6 +569,14 @@ ABSTRACT_TYPE(/datum/gear/shoes/tajara)
|
||||
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
|
||||
sort_category = "Xenowear - Tajara"
|
||||
|
||||
/datum/gear/accessory/tajara_dogtags
|
||||
display_name = "adhomian dogtags"
|
||||
description = "An engraved metal identification tag. The description you assign to the dogtags will carry over to both halves when separated."
|
||||
path = /obj/item/clothing/accessory/dogtags/adhomai
|
||||
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
|
||||
sort_category = "Xenowear - Tajara"
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION
|
||||
|
||||
// Hats, masks and earrings
|
||||
|
||||
/datum/gear/head/tajara
|
||||
@@ -759,6 +768,13 @@ ABSTRACT_TYPE(/datum/gear/shoes/tajara)
|
||||
sort_category = "Xenowear - Tajara"
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
|
||||
/datum/gear/tajara_camera_film
|
||||
display_name = "adhomian film canister"
|
||||
description = "Spare film for the Adhomian camera."
|
||||
path = /obj/item/camera_film/taj_film
|
||||
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION
|
||||
|
||||
/datum/gear/typewriter
|
||||
display_name = "adhomian portable typewriter"
|
||||
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
|
||||
@@ -766,5 +782,20 @@ ABSTRACT_TYPE(/datum/gear/shoes/tajara)
|
||||
path = /obj/item/typewriter_case
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
|
||||
/datum/gear/prrama
|
||||
display_name = "p'rrama"
|
||||
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
|
||||
sort_category = "Xenowear - Tajara"
|
||||
path = /obj/item/synthesized_instrument/guitar/prrama
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION
|
||||
allowed_roles = list("Off-Duty Crew Member", "Passenger")
|
||||
|
||||
/datum/gear/maikahar
|
||||
display_name = "maikahar"
|
||||
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
|
||||
sort_category = "Xenowear - Tajara"
|
||||
path = /obj/item/cane/maikahar
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION
|
||||
|
||||
// All the rest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user