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..b7483c4e7a 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/kbraidgoggles + path = /obj/item/clothing/glasses/fluff/avigoggles_yw + 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/vore/fluffstuff/custom_clothes_yw.dm b/code/modules/vore/fluffstuff/custom_clothes_yw.dm index 7d04f31d56..20828c133b 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_yw.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_yw.dm @@ -1706,7 +1706,6 @@ body_parts_covered = UPPER_TORSO|ARMS|FEET hoodtype = /obj/item/clothing/head/hood/kbraid_hood action_button_name = "Toggle Headphones" - armor = list(melee = 5, bullet = 5, laser = 10, energy = 10, bomb = 0, bio = 0, rad = 0) /obj/item/clothing/head/hood/kbraid_hood name = "Earphones"