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

Merge remote-tracking branch 'upstream/pregmod-master' into pregmod-master

parents 135b6de3 34237ce3
No related branches found
No related tags found
1 merge request!2363Pregmod v1025-14
...@@ -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