mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 03:21:13 +01:00
Under the Twin Suns: the S'rand'marr Sector (#15295)
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user