diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 9315e60b878..e8cd4d2fd4a 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -1919,14 +1919,15 @@ Departamental Swimsuits, for general use //Bacon12366:Elly Brown /obj/item/clothing/accessory/sweater/fluff/star name = "Star Sweater" - desc = "It's a black long sweater with a big blue star at the chest area. It was made to show person's left shoulder. + desc = "It's a black long sweater with a big blue star at the chest area. It was made to show person's left shoulder." icon = 'icons/vore/custom_clothes_vr.dmi' icon_state = "star_sweater" + icon_override = 'icons/vore/custom_clothes_vr.dmi' item_state = "star_sweater" slot_flags = SLOT_OCLOTHING | SLOT_TIE body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS w_class = ITEMSIZE_NORMAL - slot = ACCESSORY_SLOT_OVER \ No newline at end of file + slot = ACCESSORY_SLOT_OVER