Skip to content
Snippets Groups Projects
Commit ea7ff922 authored by deepmurk's avatar deepmurk
Browse files

Amputee stocking fix

removed stocking art showing on amputees.
parent f505a88e
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
<</switch>>
<</if>>
<<if _artSlave.legAccessory == "short stockings">>
<<if _artSlave.legAccessory == "short stockings" && _artSlave.amp != 1>>
<<if _artSlave.shoes == "heels">>
<<if _legSize == "Narrow">>
<<include Art_Vector_Shoes_Heel_SS_Narrow>>
......@@ -67,7 +67,7 @@
<</if>>
<</if>>
<<if _artSlave.legAccessory == "long stockings">>
<<if _artSlave.legAccessory == "long stockings" && _artSlave.amp != 1>>
<<if _artSlave.shoes == "heels">>
<<if _legSize == "Narrow">>
<<include Art_Vector_Shoes_Heel_LL_Narrow>>
......
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