diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 780034029b..39a4f980c9 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -473,7 +473,7 @@ icon_state = "vulpine_belt" icon_override = 'icons/vore/custom_clothes_vr.dmi' - item_state = "vulpine_belt" + item_state = "vulpine_belt_mob" storage_slots = 9 New() diff --git a/icons/vore/custom_clothes_vr.dmi b/icons/vore/custom_clothes_vr.dmi index 2d7e0c7ef8..1a8a242b8b 100644 Binary files a/icons/vore/custom_clothes_vr.dmi and b/icons/vore/custom_clothes_vr.dmi differ