diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index e5cffbd91e2..6861db164fb 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -1210,3 +1210,12 @@ Departamental Swimsuits, for general use desc = "The uniform undershit worn by medsci officers of the 2380s." icon_state = "trek_medsci" item_state = "trek_ds9_medsci" + +//For general use maybe +/obj/item/clothing/under/batter //I guess we're going OFF limits. + name = "Worn baseball outfit" + desc = "Purification in progress..." + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_override = 'icons/vore/custom_clothes_vr.dmi' + icon_state = "batter" + item_state = "batter_mob" \ No newline at end of file diff --git a/icons/vore/custom_clothes_vr.dmi b/icons/vore/custom_clothes_vr.dmi index 4b8764732b5..8d927180f42 100644 Binary files a/icons/vore/custom_clothes_vr.dmi and b/icons/vore/custom_clothes_vr.dmi differ