diff --git a/src/art/vector/VectorArtJS.js b/src/art/vector/VectorArtJS.js index 3c6353efb382311f577ef64f4a4b13d44371518d..4617b6ed51195631623b2114e7d77b1875fdab76 100644 --- a/src/art/vector/VectorArtJS.js +++ b/src/art/vector/VectorArtJS.js @@ -40,8 +40,9 @@ window.VectorArt = (function() { ArtVectorButt(); ArtVectorLeg(); if (slave.amp !== 1) { + /* includes shoes and leg outfits*/ ArtVectorFeet(); - } /* includes shoes and leg outfits*/ + } ArtVectorTorso(); ArtVectorPussy(); ArtVectorPubicHair(); @@ -54,14 +55,16 @@ window.VectorArt = (function() { ArtVectorBalls(); } if (penisDrawtime === 0) { + /* for dicks behind boobs */ r += penisArtString; - } /* for dicks behind boobs */ + } ArtVectorBelly(); /* includes navel piercing and belly-related clothing options */ ArtVectorBoob(); /* includes areolae and piercings */ if (penisDrawtime === 1) { + /* for dicks in front of boobs */ r += penisArtString; - } /* for dicks in front of boobs */ + } ArtVectorBoobAddons(); /* piercings always appear in front of boobs AND dick */ ArtVectorCollar(); /* includes clavicle artwork */