diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 4992b87421a..f95ac4fcbd9 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -1931,7 +1931,3 @@ Departamental Swimsuits, for general use default_worn_icon = 'icons/vore/custom_clothes_vr.dmi' color = COLOR_NAVY sprite_sheets = null - -/obj/item/clothing/under/fluff/excess/get_worn_icon_state(var/slot_name) - . = ..() - . = copytext(. , 1 , lentext( . ) - 1) //get rid of the extra "_s" added by /obj/item/clothing/under/get_worn_icon_state() diff --git a/icons/vore/custom_clothes_vr.dmi b/icons/vore/custom_clothes_vr.dmi index 3dc8f81b919..d982f2c079d 100644 Binary files a/icons/vore/custom_clothes_vr.dmi and b/icons/vore/custom_clothes_vr.dmi differ