Skip to content

Commit

Permalink
Fixes Latex Maid Outfit (#6022)
Browse files Browse the repository at this point in the history
  • Loading branch information
Captain277 authored Sep 25, 2023
1 parent eddf848 commit d3c7048
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/vore/fluffstuff/custom_clothes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,9 @@
desc = "Squeak! A shiny outfit for cleaning, made by people with dirty minds."

icon = 'icons/clothing/uniform/costume/maid.dmi'
icon_state = "maid"
icon_state = "latex"
worn_bodytypes = BODYTYPES(BODYTYPE_DEFAULT, BODYTYPE_TESHARI)
worn_render_flags = WORN_RENDER_SLOT_ONE_FOR_ALL

body_cover_flags = UPPER_TORSO|LOWER_TORSO

Expand Down

0 comments on commit d3c7048

Please sign in to comment.