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

Vector Art (deepmurk variant): Move butt plugs and their attachments into the background.

Fixes #219.
parent 8baf28b8
Branches
Tags
1 merge request!2362Vector Art (deepmurk variant): Move butt plugs and their attachments into the background.
......@@ -52,6 +52,7 @@ vector art added later is drawn over previously added art
*/
<<include Art_Vector_Hair_Back_>>
<<include Art_Vector_Arm_>>
<<include Art_Vector_Anal_Accessories_>>
<<include Art_Vector_Butt_>>
<<include Art_Vector_Leg_>>
<<include Art_Vector_Feet_>> /* includes shoes and leg outfits*/
......
:: Art_Vector_Anal_Accessories_ [nobr]
<<if _artSlave.buttplug == "long plug">>
<<include Art_Vector_Plug_Long>>
<<elseif _artSlave.buttplug == "large plug">>
<<include Art_Vector_Plug_Large>>
<<elseif _artSlave.buttplug == "long, large plug">>
<<include Art_Vector_Plug_Large_Long>>
<<elseif _artSlave.buttplug == "huge plug">>
<<include Art_Vector_Plug_Huge>>
<<elseif _artSlave.buttplug == "long, huge plug">>
<<include Art_Vector_Plug_Huge_Long>>
<</if>>
<<if _artSlave.buttplugAttachment == "tail">>
<<include Art_Vector_Plug_Tail>>
<</if>>
......@@ -44,19 +44,3 @@
<</if>>
<</if>>
/* Anal Accessories */
<<if _artSlave.buttplug == "long plug">>
<<include Art_Vector_Plug_Long>>
<<elseif _artSlave.buttplug == "large plug">>
<<include Art_Vector_Plug_Large>>
<<elseif _artSlave.buttplug == "long, large plug">>
<<include Art_Vector_Plug_Large_Long>>
<<elseif _artSlave.buttplug == "huge plug">>
<<include Art_Vector_Plug_Huge>>
<<elseif _artSlave.buttplug == "long, huge plug">>
<<include Art_Vector_Plug_Huge_Long>>
<</if>>
<<if _artSlave.buttplugAttachment == "tail">>
<<include Art_Vector_Plug_Tail>>
<</if>>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment