diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm index 7cb5d60684f..1ac2a443942 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -1006,8 +1006,8 @@ ckeywhitelist = list("zodiacshadow") character_name = list("Nehi Maximus") -/datum/gear/fluff/star_sweater - path = /obj/item/clothing/accessory/sweater/fluff/star - display_name = "Star Sweater" +/datum/gear/fluff/star_hoodie + path = /obj/item/clothing/suit/storage/star + display_name = "Star hoodie" ckeywhitelist = list("bacon12366") character_name = list("Elly Brown") diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index e97cfd3bf8c..ece0457efa1 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -1900,20 +1900,15 @@ Departamental Swimsuits, for general use return FALSE //Indigestible //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." +/obj/item/clothing/suit/storage/star + name = "Star hoodie" + desc = "It's a black long hoodie with a big blue star at the chest area. It's made of pretty soft material." icon = 'icons/vore/custom_clothes_vr.dmi' - icon_state = "star_sweater" + icon_state = "star_hoodie" 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 + item_state = "star_hoodie" //KillerDragn:Excess /obj/item/clothing/accessory/collar/pink/fluff/warning @@ -1957,4 +1952,4 @@ Departamental Swimsuits, for general use //Pimientopyro:Zaku Fyodorovna /obj/item/clothing/suit/varsity/green/sweater_vest name = "green sweater vest" - desc = "A green argyle sweater vest with a white undershirt, a must for long winter nights and looking like a dork." \ No newline at end of file + desc = "A green argyle sweater vest with a white undershirt, a must for long winter nights and looking like a dork." diff --git a/icons/vore/custom_clothes_vr.dmi b/icons/vore/custom_clothes_vr.dmi index 5ce30eb3cf9..1de86720f68 100644 Binary files a/icons/vore/custom_clothes_vr.dmi and b/icons/vore/custom_clothes_vr.dmi differ