From 789f9afeedb1ea5ef3bba22567c21524fae567d7 Mon Sep 17 00:00:00 2001 From: Braiden Date: Sun, 30 Aug 2020 00:09:06 -0500 Subject: [PATCH] case sensetive and path fix --- .../client/preference_setup/loadout/loadout_fluffitems_yw.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 b7483c4e7a..38c01d1103 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm @@ -637,11 +637,11 @@ 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 + 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. + 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