diff --git a/src/art/artWidgets.tw b/src/art/artWidgets.tw index 94f42b9a7c50e3c8c9fb23f38952c5ff71e6affe..98b38be36e0e308ab5f7fb2384005685a35f4d76 100644 --- a/src/art/artWidgets.tw +++ b/src/art/artWidgets.tw @@ -91,8 +91,7 @@ vector art added later is drawn over previously added art <<include Art_Vector_Arm_>> <<include Art_Vector_Butt_>> <<include Art_Vector_Leg_>> -<<include Art_Vector_Leg_Outfit_>> -<<include Art_Vector_Feet_>> /* includes shoes */ +<<include Art_Vector_Feet_>> /* includes shoes and leg outfits*/ <<include Art_Vector_Torso_>> <<include Art_Vector_Pussy_>> <<include Art_Vector_Pubic_Hair_>> diff --git a/src/art/vector/Leg_Outfit.tw b/src/art/vector/Leg_Outfit.tw deleted file mode 100644 index 5fb8ad9abafbb162ec4f1699747f738ab1c913fa..0000000000000000000000000000000000000000 --- a/src/art/vector/Leg_Outfit.tw +++ /dev/null @@ -1,29 +0,0 @@ -:: Art_Vector_Leg_Outfit_ [nobr] - -<<unset _art_outfit >> /* clean up variable possibly already set by prior widget run */ - -<<set _clothes = _artSlave.clothes>> -/* no special cases here */ -<<switch _clothes >> /* select available clothes */ - <<case "a ball gown" "a bunny outfit" "a fallen nuns habit" "a halter top dress" "a hijab and abaya" "a huipil" "a kimono" "a maternity dress" "a military uniform" "a minidress" "a monokini" "a nice maid outfit" "a nice nurse outfit" "a red army uniform" "a schutzstaffel uniform" "a slave gown" "a slutty maid outfit" "a slutty nurse outfit" "a slutty qipao" "a succubus outfit" "a toga" "battledress" "body oil" "clubslut netting" "conservative clothing" "cutoffs and a t-shirt" "nice business attire" "restrictive latex" "slutty business attire" "spats and a tank top" "stretch pants and a crop-top" "Western clothing">> - <<set _art_outfit = clothing2artSuffix(_clothes) >> -<</switch>> - -/* special case for shiny clothings */ -<<if $seeVectorArtHighlights == 1>> - /* this one is leg and partly butt-related, but needs to be here as shoes are drawn over legs and butt */ - <<if _artSlave.fuckdoll != 0 || _artSlave.clothes == "restrictive latex" || _artSlave.clothes == "a latex catsuit" || _artSlave.clothes == "body oil">> - <<set _art_outfit = "Shine" >> - <</if>> -<</if>> - -<<if def _art_outfit >> - <<if _artSlave.amp != 1>> - <<if ["a ball gown", "a bunny outfit", "a chattel habit", "a cheerleader outfit", "a fallen nuns habit", "a halter top dress", "a hijab and abaya", "a huipil", "a kimono", "a maternity dress", "a military uniform", "a minidress", "a monokini", "a nice maid outfit", "a nice nurse outfit", "a red army uniform", "a schoolgirl outfit", "a schutzstaffel uniform", "slutty business attire", "a slutty maid outfit", "a slutty nurse outfit", "spats and a tank top", "a slave gown", "a succubus outfit", "a toga", "battledress", "clubslut netting", "conservative clothing", "cutoffs and a t-shirt", "nice business attire", "stretch pants and a crop-top"].includes(_artSlave.clothes)>> - <<set _art = "Art_Vector_Butt_Outfit_"+_art_outfit+"_"+_buttSize >><<include _art >> - <</if>> - <<set _art = "Art_Vector_Leg_Outfit_"+_art_outfit+"_"+_legSize >><<include _art >> - <<else>> - <<set _art = "Art_Vector_Leg_Outfit_"+_art_outfit+"_Stump" >><<include _art >> - <</if>> -<</if>>