diff --git a/code/modules/client/preference_setup/loadout/loadout_xeno/skrell.dm b/code/modules/client/preference_setup/loadout/loadout_xeno/skrell.dm index 8ec92fa0093..0de678ce9cf 100644 --- a/code/modules/client/preference_setup/loadout/loadout_xeno/skrell.dm +++ b/code/modules/client/preference_setup/loadout/loadout_xeno/skrell.dm @@ -305,6 +305,13 @@ datum/gear_tweak/social_credit/tweak_item(var/obj/item/clothing/accessory/badge/ jacket["iqi medical"] = /obj/item/clothing/suit/storage/toggle/skrell/iqi/med gear_tweaks += new /datum/gear_tweak/path(jacket) +/datum/gear/accessory/skrell/starcoat + display_name = "star coat" + path = /obj/item/clothing/suit/storage/toggle/skrell/starcoat + whitelisted = list(SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_WORKER, SPECIES_VAURCA_BREEDER, SPECIES_VAURCA_BULWARK, SPECIES_DIONA, SPECIES_DIONA_COEUS) + sort_category = "Xenowear - Skrell" + slot = slot_wear_suit + /datum/gear/accessory/skrell/poncho display_name = "skrell poncho" path = /obj/item/clothing/accessory/poncho/skrell diff --git a/code/modules/clothing/under/xenos/skrell.dm b/code/modules/clothing/under/xenos/skrell.dm index 81f1836431c..7f38972036c 100644 --- a/code/modules/clothing/under/xenos/skrell.dm +++ b/code/modules/clothing/under/xenos/skrell.dm @@ -311,3 +311,12 @@ desc = "A very fashionable jacket that signifies the wearer as a high-scoring Primary Numerical in the healthcare industry." item_state = "iqi_med_jacket" icon_state = "iqi_med_jacket" + +/obj/item/clothing/suit/storage/toggle/skrell/starcoat + name = "star coat" + desc = "A very fashionable coat, that traps moisture and provides good insulation. Starry patterns have been woven into its fabric." + desc_fluff = "The patterns typically represent the constellations visible from the home system of the wearer. Coats like this one are usually very personal and custom made." + icon = 'icons/obj/contained_items/skrell/jargon_jackets.dmi' + item_state = "starcoat" + icon_state = "starcoat" + contained_sprite = TRUE diff --git a/html/changelogs/DreamySkrell-PR-14544.yml b/html/changelogs/DreamySkrell-PR-14544.yml new file mode 100644 index 00000000000..50152ef88f1 --- /dev/null +++ b/html/changelogs/DreamySkrell-PR-14544.yml @@ -0,0 +1,6 @@ +author: DreamySkrell + +delete-after: True + +changes: + - rscadd: "Adds a skrell star coat." diff --git a/icons/obj/contained_items/skrell/jargon_jackets.dmi b/icons/obj/contained_items/skrell/jargon_jackets.dmi index 936c5e38180..3877c8f588f 100644 Binary files a/icons/obj/contained_items/skrell/jargon_jackets.dmi and b/icons/obj/contained_items/skrell/jargon_jackets.dmi differ