From 8fc8c5b11824d8c79af50230be6dd9fb9e02f95b Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Mon, 29 Apr 2019 01:47:40 -0400 Subject: [PATCH] Erection art adjustments --- src/art/vector/VectorArtJS.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/art/vector/VectorArtJS.js b/src/art/vector/VectorArtJS.js index 660ab719648..2bee87c1e63 100644 --- a/src/art/vector/VectorArtJS.js +++ b/src/art/vector/VectorArtJS.js @@ -258,15 +258,10 @@ window.VectorArt = (function() { case "a comfortable bodysuit": case "a burkini": case "a burqa": - case "a cheerleader outfit": - case "clubslut netting": - case "a cybersuit": case "a halter top dress": case "a hijab and abaya": case "a klan robe": - case "a latex catsuit": case "a leotard": - case "a nice maid outfit": case "a slutty maid outfit": case "a military uniform": case "a mini dress": @@ -294,11 +289,16 @@ window.VectorArt = (function() { penisArtString = jsInclude(`Art_Vector_Bulge_Outfit_Hard_${penisSize}`); break; /* IN CASE OF NO ERECTION, SKIP TO A NORMAL BULGE */ } - /* BULGE OUTFITS LONG OUTFITS */ + /* BULGE OUTFITS LONG OUTFITS */ + case "a cheerleader outfit": case "battlearmor": case "battledress": case "cutoffs and a t-shirt": case "cutoffs": + case "clubslut netting": + case "a cybersuit": + case "a latex catsuit": + case "a nice maid outfit": case "a hijab and blouse": case "jeans": case "leather pants and a tube top": -- GitLab