diff --git a/src/art/artWidgets.tw b/src/art/artWidgets.tw index 3947be34e5de534950da1c5a4ca36aefe2cc6398..27a152a7f6aef4cd2ca6ddfbef4c65e095b09971 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 edfa568c6201ab6bc48f8509e75a70d8f0725da8..09bcdb7d170f9151b2e132efc2c60303f9361de8 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 */