diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index b24d3b78048..ab08ffd6285 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -1684,12 +1684,12 @@ slot_flags = SLOT_TIE /obj/item/clothing/accessory/rbscarf //Rb303: Isthel Eisenwald - name = "Old purple scarf" - desc = "An old, striped purple scarf. It appears to be hand-knitted and has the name 'Isthel' written on it in bad handwriting." - icon = 'icons/obj/custom_items.dmi' - icon_state = "rbscarf" - item_state = "rbscarf" - item_color = "rbscarf" + name = "Old purple scarf" + desc = "An old, striped purple scarf. It appears to be hand-knitted and has the name 'Isthel' written on it in bad handwriting." + icon = 'icons/obj/custom_items.dmi' + icon_state = "rbscarf" + item_state = "rbscarf" + item_color = "rbscarf" /obj/item/instrument/accordion/fluff/asmer_accordion //Asmerath: Coloratura name = "Rara's Somber Accordion" diff --git a/icons/obj/custom_items.dmi b/icons/obj/custom_items.dmi index d22d1d6b3dc..344b2ade555 100644 Binary files a/icons/obj/custom_items.dmi and b/icons/obj/custom_items.dmi differ