Adds a Hieroaetherian nation cape, allows Hieroaetherian Skrell to wear Hieroaetherian items, etc (#19660)

see changelog

![image](https://github.com/user-attachments/assets/3e443ab1-624c-46b3-9e78-21372f4c9306)

![image](https://github.com/user-attachments/assets/a1f2b742-ff2c-4c41-bbc5-9b769f9c4925)
This commit is contained in:
feartheblackout
2024-07-27 10:10:31 +00:00
committed by GitHub
parent d380eef668
commit 27a9ffc0a4
4 changed files with 87 additions and 1 deletions
@@ -437,7 +437,7 @@ var/datum/gear_tweak/social_credit/social_credit_tweak = new()
/datum/gear/accessory/skrell/nationcapes
display_name = "nation capes"
path = /obj/item/clothing/accessory/poncho/shouldercape/nationcapes
whitelisted = list(SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_WORKER, SPECIES_VAURCA_BULWARK, SPECIES_VAURCA_BREEDER)
whitelisted = list(SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_WORKER, SPECIES_VAURCA_BULWARK, SPECIES_VAURCA_BREEDER, SPECIES_DIONA, SPECIES_DIONA_COEUS)
sort_category = "Xenowear - Skrell"
flags = GEAR_HAS_DESC_SELECTION
@@ -450,5 +450,24 @@ var/datum/gear_tweak/social_credit/social_credit_tweak = new()
nationcapes["Coalition Cape"] = /obj/item/clothing/accessory/poncho/shouldercape/nationcapes/coc
nationcapes["Biesel Cape"] = /obj/item/clothing/accessory/poncho/shouldercape/nationcapes/biesel
nationcapes["Ouerea Cape"] = /obj/item/clothing/accessory/poncho/shouldercape/nationcapes/ouerea
nationcapes["Hieroaetheria Cape"] = /obj/item/clothing/accessory/poncho/shouldercape/nationcapes/hieroaetheria
gear_tweaks += new /datum/gear_tweak/path(nationcapes)
/datum/gear/uniform/skrell/hieroaetherian_tunic
display_name = "skrellian traditional hieroaetherian tunic"
description = "A traditional tunic worn on Hieroaetheria, made up of several colorful fabrics and adorned with a seemingly still-living, bioluminescent Starvine."
path = /obj/item/clothing/under/diona/hieroaetherian_tunic
cost = 1
whitelisted = list(SPECIES_SKRELL, SPECIES_SKRELL_AXIORI)
sort_category = "Xenowear - Skrell"
origin_restriction = list(/singleton/origin_item/origin/skrell_consortium)
/datum/gear/suit/skrell/hieroaetherian_poncho
display_name = "skrellian hieroaetherian poncho"
description = "A Hieroaetherian poncho made of some sort of mesh weave material, adorned by a piece of colored fabric wrapped around it that denotes their home nation."
path = /obj/item/clothing/accessory/poncho/hieroaetherian_poncho
cost = 1
whitelisted = list(SPECIES_SKRELL, SPECIES_SKRELL_AXIORI)
sort_category = "Xenowear - Skrell"
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION | GEAR_HAS_ACCENT_COLOR_SELECTION
origin_restriction = list(/singleton/origin_item/origin/skrell_consortium)