Under the Twin Suns: the S'rand'marr Sector (#15295)

This commit is contained in:
Alberyk
2023-02-02 14:51:06 -03:00
committed by GitHub
parent a0fc71c1ee
commit ff229569ae
162 changed files with 41866 additions and 465 deletions
@@ -479,3 +479,22 @@
portrait["king vahzirthaamro portrait"] = /obj/item/sign/painting_frame/vahzirthaamro
portrait["queen shumaila portrait"] = /obj/item/sign/painting_frame/shumaila
gear_tweaks += new /datum/gear_tweak/path(portrait)
/datum/gear/accessory/tajara_medal
display_name = "tajaran medals"
description = "Because of the cultural impact of the civil wars in the Tajara species, medals are treated with the utmost respect by society. Veterans commonly wear their decorations to formal occasions."
path = /obj/item/clothing/accessory/medal/dasnrra_evac
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
sort_category = "Xenowear - Tajara"
flags = GEAR_HAS_DESC_SELECTION
/datum/gear/accessory/tajara_medal/New()
..()
var/list/accessory = list()
accessory["PRA medal for the evacuation of das'nrra"] = /obj/item/clothing/accessory/medal/dasnrra_evac
accessory["PRA medal for the defense of the homeland"] = /obj/item/clothing/accessory/medal/homeland_defense
accessory["DPRA medal for the liberation of das'nrra"] = /obj/item/clothing/accessory/medal/dasnrra_liberation
accessory["DPRA medal for the liberation of gakal'zaal"] = /obj/item/clothing/accessory/medal/gakalzaal_liberation
accessory["NKA medal for the defense of the kingdom"] = /obj/item/clothing/accessory/medal/kingdom_defense
accessory["NKA medal for the harr'masir offensive"] = /obj/item/clothing/accessory/medal/harrmasir_offensive
gear_tweaks += new /datum/gear_tweak/path(accessory)