Skip to content
Snippets Groups Projects
Commit ad664583 authored by prndev's avatar prndev
Browse files

Consistently renamed Minidress to MiniDress (logic).

parent 14d982be
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@
<<if _artSlave.clothes == "a mini dress">>
<<if _artSlave.boobs < 300 >>
<<else>>
<<include Art_Vector_Boob_Outfit_Minidress>>
<<include Art_Vector_Boob_Outfit_MiniDress>>
<</if>>
<</if>>
<<if _artSlave.clothes == "a halter top dress">>
......@@ -293,4 +293,4 @@
/* set _art_transform to empty string so stray SVG groups in other passages are not affected */
<<set _art_transform = "">>
/* piercinglevel = 1; Light, piercinglevel = 2; Heavy, piercinglevel = 3; Smart, piercinglevel = 0; None */
\ No newline at end of file
/* piercinglevel = 1; Light, piercinglevel = 2; Heavy, piercinglevel = 3; Smart, piercinglevel = 0; None */
......@@ -22,7 +22,7 @@
<<case "slutty jewelry">>
<<set _art = "Art_Vector_Torso_Outfit_SluttyJewelry_" >>
<<case "a mini dress">>
<<set _art = "Art_Vector_Torso_Outfit_Minidress_" >>
<<set _art = "Art_Vector_Torso_Outfit_MiniDress_" >>
<<case "a halter top dress">>
<<set _art = "Art_Vector_Torso_Outfit_HalterTopDress_" >>
<<case "a cheerleader outfit">>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment