diff --git a/code/modules/client/preference_setup/loadout/loadout_xeno.dm b/code/modules/client/preference_setup/loadout/loadout_xeno.dm index c105a80a10d..3b7cdd60fff 100644 --- a/code/modules/client/preference_setup/loadout/loadout_xeno.dm +++ b/code/modules/client/preference_setup/loadout/loadout_xeno.dm @@ -48,4 +48,5 @@ shoes["toeless black boots, short"] = /obj/item/clothing/shoes/jackboots/toeless shoes["toeless black boots, knee"] = /obj/item/clothing/shoes/jackboots/toeless/knee shoes["toeless black boots, thigh"] = /obj/item/clothing/shoes/jackboots/toeless/thigh + shoes["toeless winterboots"] = /obj/item/clothing/shoes/winter/toeless gear_tweaks += new/datum/gear_tweak/path(shoes) \ No newline at end of file diff --git a/code/modules/client/preference_setup/loadout/loadout_xeno/tajara.dm b/code/modules/client/preference_setup/loadout/loadout_xeno/tajara.dm index a50ec046cb0..51204244647 100644 --- a/code/modules/client/preference_setup/loadout/loadout_xeno/tajara.dm +++ b/code/modules/client/preference_setup/loadout/loadout_xeno/tajara.dm @@ -122,6 +122,24 @@ dress["adhomian summer dress"] = /obj/item/clothing/under/dress/tajaran/summer gear_tweaks += new/datum/gear_tweak/path(dress) +/datum/gear/shoes/tajara/flats + display_name = "tajaran flats selection" + description = "Dress flats, in a selection of colors. Refitted for Tajara" + path = /obj/item/clothing/shoes/tajara + whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI) + sort_category = "Xenowear - Tajara" + +/datum/gear/shoes/tajara/flats/New() + ..() + var/list/flats = list() + flats["dress flats, black"] = /obj/item/clothing/shoes/flats/tajara + flats["dress flats, white"] = /obj/item/clothing/shoes/flats/tajara/white + flats["dress flats, red"] = /obj/item/clothing/shoes/flats/tajara/red + flats["dress flats, blue"] = /obj/item/clothing/shoes/flats/tajara/blue + flats["dress flats, green"] = /obj/item/clothing/shoes/flats/tajara/green + flats["dress flats, purple"] = /obj/item/clothing/shoes/flats/tajara/purple + gear_tweaks += new/datum/gear_tweak/path(flats) + /datum/gear/accessory/tajara display_name = "fur scarf" description = "A selection of tajaran colored fur scarfs." @@ -260,4 +278,4 @@ path = /obj/item/storage/pill_bottle/dice/tajara sort_category = "Xenowear - Tajara" whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI) - flags = GEAR_HAS_DESC_SELECTION \ No newline at end of file + flags = GEAR_HAS_DESC_SELECTION diff --git a/code/modules/clothing/shoes/miscellaneous.dm b/code/modules/clothing/shoes/miscellaneous.dm index 0e62d4227a9..1dcd5b52414 100644 --- a/code/modules/clothing/shoes/miscellaneous.dm +++ b/code/modules/clothing/shoes/miscellaneous.dm @@ -217,6 +217,8 @@ obj/item/clothing/shoes/sandal/clogs name = "toe-less winter boots" desc = "A pair of toe-less heavy winter boots made out of animal furs, reaching up to the knee. Modified for species whose toes have claws." icon_state = "winterboots_toeless" + item_state = "winterboots_toeless" + species_restricted = null /obj/item/clothing/shoes/caligae name = "caligae" diff --git a/code/modules/clothing/shoes/xeno/tajara.dm b/code/modules/clothing/shoes/xeno/tajara.dm index 683574754d9..b697429122e 100644 --- a/code/modules/clothing/shoes/xeno/tajara.dm +++ b/code/modules/clothing/shoes/xeno/tajara.dm @@ -12,3 +12,44 @@ suspenders, overalls are now the fashion of every Tajara from Nal'Tor to Kaltir. The protests of \"Old fashion\" supporters can't stand against how undeniably effective and cheap \ to produce Human clothes are. There are a few notable branches, the long-coat and fedora \"gangster style\". Leather jacket wearing \"Greaser\" or the popular amongst females, short \ and colorful dress wearing \"Flapper\" variety of clothing." + +/obj/item/clothing/shoes/flats/tajara + desc = "A pair of black women's flats. Refitted for Tajara." + name = "black dress flats" + icon = 'icons/mob/species/tajaran/shoes.dmi' + icon_state = "tblackdf" + item_state = "tblackdf" + body_parts_covered = FEET + species_restricted = list(BODYTYPE_TAJARA) + contained_sprite = TRUE + +/obj/item/clothing/shoes/flats/tajara/red + desc = "A pair of red women's flats. Refitted for Tajara" + name = "red dress flats" + icon = 'icons/mob/species/tajaran/shoes.dmi' + icon_state = "treddf" + item_state = "treddf" + +/obj/item/clothing/shoes/flats/tajara/blue + desc = "A pair of blue women's flats. Refitted for Tajara." + name = "blue dress flats" + icon_state = "tbluedf" + item_state = "tbluedf" + +/obj/item/clothing/shoes/flats/tajara/green + desc = "A pair of green women's flats. Refitted for Tajara." + name = "green dress flats" + icon_state = "tgreendf" + item_state = "tgreendf" + +/obj/item/clothing/shoes/flats/tajara/purple + desc = "A pair of purple women's flats. Refitted for Tajara." + name = "purple dress flats" + icon_state = "tpurpledf" + item_state = "tpurpledf" + +/obj/item/clothing/shoes/flats/tajara/white + desc = "A pair of white women's flats. Refitted for Tajara." + name = "white dress flats" + icon_state = "twhitedf" + item_state = "twhitedf" \ No newline at end of file diff --git a/html/changelogs/wickedcybs_tajflats.yml b/html/changelogs/wickedcybs_tajflats.yml new file mode 100644 index 00000000000..851adb8f909 --- /dev/null +++ b/html/changelogs/wickedcybs_tajflats.yml @@ -0,0 +1,42 @@ +################################ +# 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: WickedCybs + +# 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: + - rscadd: "Adds Tajara specific flats in a selection contained within their loadout menu." + - rscadd: "Adds toeless winter boots to the xenowear section." diff --git a/icons/mob/species/tajaran/shoes.dmi b/icons/mob/species/tajaran/shoes.dmi index 3db5a1fdec9..46b05d561bd 100644 Binary files a/icons/mob/species/tajaran/shoes.dmi and b/icons/mob/species/tajaran/shoes.dmi differ