Skip to content
Snippets Groups Projects
Commit 34237ce3 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'move_anal_toys_to_back' into 'pregmod-master'

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

Closes #219

See merge request pregmodfan/fc-pregmod!2362
parents 60ee4f81 a87d7e40
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,7 @@ vector art added later is drawn over previously added art ...@@ -52,6 +52,7 @@ vector art added later is drawn over previously added art
*/ */
<<include Art_Vector_Hair_Back_>> <<include Art_Vector_Hair_Back_>>
<<include Art_Vector_Arm_>> <<include Art_Vector_Arm_>>
<<include Art_Vector_Anal_Accessories_>>
<<include Art_Vector_Butt_>> <<include Art_Vector_Butt_>>
<<include Art_Vector_Leg_>> <<include Art_Vector_Leg_>>
<<include Art_Vector_Feet_>> /* includes shoes and leg outfits*/ <<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 @@ ...@@ -44,19 +44,3 @@
<</if>> <</if>>
<</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.
Finish editing this message first!
Please register or to comment