From ea99d275e3a335af247f5ddd3f8b9c9fa5438168 Mon Sep 17 00:00:00 2001 From: EllyBrown <57407492+EllyBrown@users.noreply.github.com> Date: Wed, 11 Dec 2019 00:59:00 +0200 Subject: [PATCH] Update custom_clothes_vr.dm --- code/modules/vore/fluffstuff/custom_clothes_vr.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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