From 41ba9c9ee1d64a96c976e73d321d2b664b581568 Mon Sep 17 00:00:00 2001 From: lavillastrangiato <63124803+lavillastrangiato@users.noreply.github.com> Date: Fri, 5 Apr 2024 17:24:30 -0600 Subject: [PATCH] Lets Vaurca wear some other Skrell clothes (#18835) Allows Vaurcae to equip Skrell wetshirts and more shoulder capes. --- .../loadout/items/xeno/skrell.dm | 8 ++-- ...villastrangiato - cthur get skrellcape.yml | 41 +++++++++++++++++++ 2 files changed, 45 insertions(+), 4 deletions(-) create mode 100644 html/changelogs/Lavillastrangiato - cthur get skrellcape.yml 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 fce1d7e01ea..a8bdcca5f21 100644 --- a/code/modules/client/preference_setup/loadout/items/xeno/skrell.dm +++ b/code/modules/client/preference_setup/loadout/items/xeno/skrell.dm @@ -59,7 +59,7 @@ /datum/gear/accessory/capes display_name = "shoulder capes" path = /obj/item/clothing/accessory/poncho/shouldercape - whitelisted = list(SPECIES_SKRELL, SPECIES_SKRELL_AXIORI) + whitelisted = list(SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_WORKER, SPECIES_VAURCA_BULWARK, SPECIES_VAURCA_BREEDER) sort_category = "Xenowear - Skrell" /datum/gear/accessory/capes/New() @@ -377,7 +377,7 @@ var/datum/gear_tweak/social_credit/social_credit_tweak = new() /datum/gear/accessory/skrell/tees display_name = "skrellian wetshirts" path = /obj/item/clothing/accessory/tshirt/skrell - whitelisted = list(SPECIES_SKRELL, SPECIES_SKRELL_AXIORI) + whitelisted = list(SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_WORKER, SPECIES_VAURCA_BULWARK, SPECIES_VAURCA_BREEDER) sort_category = "Xenowear - Skrell" flags = GEAR_HAS_DESC_SELECTION @@ -398,7 +398,7 @@ var/datum/gear_tweak/social_credit/social_credit_tweak = new() /datum/gear/accessory/skrell/dress display_name = "skrellian formal wetshirts" path = /obj/item/clothing/accessory/dressshirt/skrell - whitelisted = list(SPECIES_SKRELL, SPECIES_SKRELL_AXIORI) + whitelisted = list(SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_WORKER, SPECIES_VAURCA_BULWARK, SPECIES_VAURCA_BREEDER) sort_category = "Xenowear - Skrell" flags = GEAR_HAS_DESC_SELECTION @@ -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_BREEDER) + whitelisted = list(SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_WORKER, SPECIES_VAURCA_BULWARK, SPECIES_VAURCA_BREEDER) sort_category = "Xenowear - Skrell" flags = GEAR_HAS_DESC_SELECTION diff --git a/html/changelogs/Lavillastrangiato - cthur get skrellcape.yml b/html/changelogs/Lavillastrangiato - cthur get skrellcape.yml new file mode 100644 index 00000000000..14e04167e10 --- /dev/null +++ b/html/changelogs/Lavillastrangiato - cthur get skrellcape.yml @@ -0,0 +1,41 @@ +################################ +# 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 +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: Lavillastrangiato + +# 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, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - tweak: "Vaurca can now equip more Skrell shoulder capes and wetshirts."