Skip to content
Snippets Groups Projects
Commit c9fa0d01 authored by kopareigns's avatar kopareigns
Browse files

alternative fix

parent 35fd227b
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ vector art added later is drawn over previously added art
(what is listed on the bottom in the code appears on the top of the image)
*/
<<include Art_Vector_Hair_Back_>>
<<if _artSlave.amp != 1>><<include Art_Vector_Arm_>><</if>>
<<include Art_Vector_Arm_>>
<<include Art_Vector_Butt_>>
<<include Art_Vector_Leg_>>
<<include Art_Vector_Feet_>> /* includes shoes and leg outfits*/
......
......@@ -27,6 +27,8 @@
/* Arms position switch courtesy of Nov-X */
<<if _artSlave.amp != 1>>
<<if _artSlave.weight <= 20>>
<<if $args[0].devotion > 50>>
<<set _leftArmType = "High">>
......@@ -119,3 +121,5 @@
<</switch>>
<</switch>>
<</if>> /* closes amp check */
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