diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index d93e1c678c1..34e63c1900c 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -776,11 +776,14 @@ return 1 /obj/item/clothing/under/rank/internalaffairs/fluff/joan - desc = "The plain, professional attire of a Federation Law Enforcement Detective. The collar is immaculately starched." + desc = "The plain, professional attire of a Federation Law Enforcement Detective." name = "Federation Dress Shirt" - icon_state = "internalaffairs" - item_state = "ba_suit" - worn_state = "internalaffairs" + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_state = "joanuniform" + + icon_override = 'icons/vore/custom_clothes_vr.dmi' + item_state = "joanuniform_mob" + worn_state = "joanuniform_mob" rolled_sleeves = 0 starting_accessories = list(/obj/item/clothing/accessory/black) diff --git a/icons/vore/large_hardpoints.dmi b/icons/vore/large_hardpoints.dmi new file mode 100644 index 00000000000..6cfec5ebcc6 Binary files /dev/null and b/icons/vore/large_hardpoints.dmi differ diff --git a/icons/vore/rover_vr.dmi b/icons/vore/rover_vr.dmi index 7677ceda1ee..ca69c1076dd 100644 Binary files a/icons/vore/rover_vr.dmi and b/icons/vore/rover_vr.dmi differ