From c9fa0d0105af36780ead3e5b1b3fe6e40e687629 Mon Sep 17 00:00:00 2001 From: kopareigns <kopareigns@gmail.com> Date: Tue, 17 Jul 2018 13:12:14 -0400 Subject: [PATCH] alternative fix --- src/art/artWidgets.tw | 2 +- src/art/vector/Arm.tw | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/art/artWidgets.tw b/src/art/artWidgets.tw index 3947be34e5d..27a152a7f6a 100644 --- a/src/art/artWidgets.tw +++ b/src/art/artWidgets.tw @@ -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*/ diff --git a/src/art/vector/Arm.tw b/src/art/vector/Arm.tw index edfa568c620..09bcdb7d170 100644 --- a/src/art/vector/Arm.tw +++ b/src/art/vector/Arm.tw @@ -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 */ -- GitLab