diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm index 2d3a9a0aae..fc5e3ca082 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm @@ -635,7 +635,13 @@ description = "You're such a goggle head!" ckeywhitelist = list("kbraid") character_name = list("Eili") //Character name. this variable is required, or the item doesn't show in loadout. Change to "character_name = null" if not character restricted. - +//Braid +/datum/gear/fluff/kbraidoutfit + path = /obj/item/clothing/suit/storage/hooded/fluff/kbraid + display_name = "Braid uniform" + description = "The uniform of an Avali named Braid" + ckeywhitelist = list("kbraid") + character_name = list("Braid") //Character name. this variable is required, or the item doesn't show in loadout. Change to "character_name = null" if not character restricted. // L CKEYS //lawst diff --git a/code/modules/clothing/suits/aliens/seromi_yw.dm b/code/modules/clothing/suits/aliens/seromi_yw.dm index ba21651e01..f8e50f04e5 100644 --- a/code/modules/clothing/suits/aliens/seromi_yw.dm +++ b/code/modules/clothing/suits/aliens/seromi_yw.dm @@ -490,8 +490,8 @@ item_state = "tesh_beltcloak_atmos" /obj/item/clothing/suit/storage/seromi/beltcloak/jobs/cmo - name = "chief medical belted officer cloak" - desc = "A soft Teshari cloak made the Cheif Medical Officer" + name = "chief medical officer belted cloak" + desc = "A soft Teshari cloak made the Chief Medical Officer" icon_state = "tesh_beltcloak_cmo" item_state = "tesh_beltcloak_cmo" diff --git a/code/modules/vore/fluffstuff/custom_clothes_yw.dm b/code/modules/vore/fluffstuff/custom_clothes_yw.dm index 25ccceef0a..20828c133b 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_yw.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_yw.dm @@ -1696,6 +1696,29 @@ else return ..() +/obj/item/clothing/suit/storage/hooded/fluff/kbraid + name = "Braid's outfit" + desc = "The uniform of an Avali named Braid" + icon = 'icons/vore/custom_clothes_yw.dmi' + icon_state = "kbraid_outfit" + icon_override = 'icons/vore/custom_clothes_yw.dmi' + item_state = "kbraid_outfit_s" + body_parts_covered = UPPER_TORSO|ARMS|FEET + hoodtype = /obj/item/clothing/head/hood/kbraid_hood + action_button_name = "Toggle Headphones" + +/obj/item/clothing/head/hood/kbraid_hood + name = "Earphones" + desc = "A set of Avali earphones." + icon = 'icons/vore/custom_clothes_yw.dmi' + icon_state = "kbraid_head" + icon_override = 'icons/vore/custom_clothes_yw.dmi' + item_state = "kbraid_head_s" + ear_protection = 1 + +// ******** +// Whiteout +// ******** /obj/item/clothing/under/harness_white name = "white gear harness" desc = "How... minimalist." @@ -1703,4 +1726,4 @@ icon_state = "gear_harness_white" icon_override = 'icons/vore/custom_clothes_yw.dmi' item_state = "gear_harness_white" - body_parts_covered = 0 \ No newline at end of file + body_parts_covered = 0 diff --git a/icons/mob/species/seromi/teshari_cloak_yw.dmi b/icons/mob/species/seromi/teshari_cloak_yw.dmi index 075b032554..70cfc6071b 100644 Binary files a/icons/mob/species/seromi/teshari_cloak_yw.dmi and b/icons/mob/species/seromi/teshari_cloak_yw.dmi differ diff --git a/icons/vore/custom_clothes_yw.dmi b/icons/vore/custom_clothes_yw.dmi index 89f01a7d48..fa53e0813c 100644 Binary files a/icons/vore/custom_clothes_yw.dmi and b/icons/vore/custom_clothes_yw.dmi differ