diff --git a/code/modules/client/preference_setup/loadout/items/xeno/skrell.dm b/code/modules/client/preference_setup/loadout/items/xeno/skrell.dm index 707d282b322..3996c41b14e 100644 --- a/code/modules/client/preference_setup/loadout/items/xeno/skrell.dm +++ b/code/modules/client/preference_setup/loadout/items/xeno/skrell.dm @@ -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) diff --git a/code/modules/clothing/under/accessories/xeno/skrell.dm b/code/modules/clothing/under/accessories/xeno/skrell.dm index 001fdcb678f..d6b80e99d02 100644 --- a/code/modules/clothing/under/accessories/xeno/skrell.dm +++ b/code/modules/clothing/under/accessories/xeno/skrell.dm @@ -104,3 +104,10 @@ relations between the Izweski Hegemony and Nralakk Federation, and the relative isolation of Ouerean Skrell, Federation-sympathetic Skrell would likely not have a strong opinion on this cape." item_state = "ouecape" icon_state = "ouecape" + +/obj/item/clothing/accessory/poncho/shouldercape/nationcapes/hieroaetheria + name = "\improper Hieroaetheria cape" + desc = "A cape that has the Consortium of Hieroaetheria flag on the back." + desc_extended = "A relatively new addition to Skrell fashion, these cloaks are meant to identify the origin of the wearer. Since first contact, it has been a popular way for Skrell to distinguish themselves from Skrell from other regions of the Orion Spur, and has become a popular way to denote political ties or support. This cape signifies that the wearer comes from the Consortium of Hieroaetheria. The Consortium and the Federation's strong ties mean that Fed-aligned Skrell generally approve of this cape." + item_state = "concape" + icon_state = "concape" diff --git a/html/changelogs/SimpleMaroon-hieroaetherianskrell.yml b/html/changelogs/SimpleMaroon-hieroaetherianskrell.yml new file mode 100644 index 00000000000..5a848d3482d --- /dev/null +++ b/html/changelogs/SimpleMaroon-hieroaetherianskrell.yml @@ -0,0 +1,60 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# - (fixes bugs) +# wip +# - (work in progress) +# qol +# - (quality of life) +# soundadd +# - (adds a sound) +# sounddel +# - (removes a sound) +# rscadd +# - (adds a feature) +# rscdel +# - (removes a feature) +# imageadd +# - (adds an image or sprite) +# imagedel +# - (removes an image or sprite) +# spellcheck +# - (fixes spelling or grammar) +# experiment +# - (experimental change) +# balance +# - (balance changes) +# code_imp +# - (misc internal code change) +# refactor +# - (refactors code) +# config +# - (makes a change to the config files) +# admin +# - (makes changes to administrator tools) +# server +# - (miscellaneous changes to server) +################################# + +# Your name. +author: SimpleMaroon + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit. +# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. +changes: + - rscadd: "Added a Hieroatherian variant of the Skrellian nation cape." + - qol: "Allowed Dionae to wear the Skrellian nation capes, as they can originate from the same nations." + - qol: "Allowed Skrell to wear the Hieroaetherian tunic and poncho." diff --git a/icons/obj/item/clothing/accessory/poncho/nationcapes.dmi b/icons/obj/item/clothing/accessory/poncho/nationcapes.dmi index a9405b9e34f..faf02274820 100644 Binary files a/icons/obj/item/clothing/accessory/poncho/nationcapes.dmi and b/icons/obj/item/clothing/accessory/poncho/nationcapes.dmi differ