diff --git a/code/modules/vore/fluffstuff/custom_clothes_vr.dm b/code/modules/vore/fluffstuff/custom_clothes_vr.dm index 7e4c7f42f6..0edda7843a 100644 --- a/code/modules/vore/fluffstuff/custom_clothes_vr.dm +++ b/code/modules/vore/fluffstuff/custom_clothes_vr.dm @@ -1708,4 +1708,19 @@ Departamental Swimsuits, for general use /obj/item/clothing/gloves/fluff/vietsi/proc/change_name(var/signet_name = "Unknown") name = "[signet_name]'s Bone Signet Ring" - desc = "A signet ring belonging to [signet_name], carved from the bones of something long extinct, as a ward against bad luck." \ No newline at end of file + desc = "A signet ring belonging to [signet_name], carved from the bones of something long extinct, as a ward against bad luck." + +//KotetsuRedwood:Latex Maid Dresses, for everyone to 'enjoy'. :3c +/obj/item/clothing/under/fluff/latexmaid + name = "latex maid dress" + desc = "Squeak! A shiny outfit for cleaning, made by people with dirty minds." + + item_icons = list(slot_w_uniform_str = 'icons/vore/custom_clothes_vr.dmi') + icon = 'icons/vore/custom_clothes_vr.dmi' + icon_state = "latexmaid" + item_state = "latexmaid_mob" + + sprite_sheets = list( + "Teshari" = 'icons/vore/custom_clothes_tesh_vr.dmi' + ) + body_parts_covered = UPPER_TORSO|LOWER_TORSO \ No newline at end of file diff --git a/icons/vore/custom_clothes_tesh_vr.dmi b/icons/vore/custom_clothes_tesh_vr.dmi index 53d1abe197..95f6819130 100644 Binary files a/icons/vore/custom_clothes_tesh_vr.dmi and b/icons/vore/custom_clothes_tesh_vr.dmi differ diff --git a/icons/vore/custom_clothes_vr.dmi b/icons/vore/custom_clothes_vr.dmi index e63c3455aa..810e024577 100644 Binary files a/icons/vore/custom_clothes_vr.dmi and b/icons/vore/custom_clothes_vr.dmi differ