From 6d7031211ce2e05b09e694a36b34ea9bd808c6f2 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Mon, 21 Sep 2020 01:16:09 -0400 Subject: [PATCH] new clothes shows naked instead of error --- src/art/vector/VectorArtJS.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/art/vector/VectorArtJS.js b/src/art/vector/VectorArtJS.js index 2d600dbf182..e5335eab38e 100644 --- a/src/art/vector/VectorArtJS.js +++ b/src/art/vector/VectorArtJS.js @@ -1289,6 +1289,8 @@ App.Art.vectorArtElement = (function() { case "slutty jewelry": case "uncomfortable straps": case "Western clothing": + case "a tight Imperial bodysuit": + case "Imperial Plate": svgQueue.add("Art_Vector_Balls"); } } @@ -1351,6 +1353,8 @@ App.Art.vectorArtElement = (function() { case "striped panties": case "striped underwear": case "uncomfortable straps": + case "a tight Imperial bodysuit": + case "Imperial Plate": break; /* do nothing for these choices */ /* manually handle special cases */ case "a slutty schutzstaffel uniform": @@ -1426,6 +1430,8 @@ App.Art.vectorArtElement = (function() { case "a succubus outfit": case "a thong": case "a toga": + case "a tight Imperial bodysuit": + case "Imperial Plate": case "attractive lingerie for a pregnant woman": case "body oil": case "boyshorts": @@ -1497,6 +1503,8 @@ App.Art.vectorArtElement = (function() { case "a slutty pony outfit": case "a succubus outfit": case "a thong": + case "a tight Imperial bodysuit": + case "Imperial Plate": case "body oil": case "boyshorts": case "choosing her own clothes": @@ -1544,6 +1552,8 @@ App.Art.vectorArtElement = (function() { case "a string bikini": case "a succubus outfit": case "a thong": + case "a tight Imperial bodysuit": + case "Imperial Plate": case "attractive lingerie": case "attractive lingerie for a pregnant woman": case "body oil": @@ -1686,6 +1696,8 @@ App.Art.vectorArtElement = (function() { case "a thong": case "a tube top": case "a tube top and thong": + case "a tight Imperial bodysuit": + case "Imperial Plate": case "an apron": case "an oversized t-shirt": case "attractive lingerie": @@ -1860,6 +1872,8 @@ App.Art.vectorArtElement = (function() { case "a thong": case "a tube top": case "a tube top and thong": + case "a tight Imperial bodysuit": + case "Imperial Plate": case "an oversized t-shirt": case "attractive lingerie for a pregnant woman": case "chains": @@ -2717,6 +2731,8 @@ App.Art.vectorArtElement = (function() { case "a t-shirt": case "a tank-top": case "a tube top": + case "a tight Imperial bodysuit": + case "Imperial Plate": case "an oversized t-shirt": case "attractive lingerie": case "body oil": @@ -2775,6 +2791,8 @@ App.Art.vectorArtElement = (function() { case "overalls": case "pasties": case "petite admi outfit": + case "a tight Imperial bodysuit": + case "Imperial Plate": break; /* no torso outfit */ /* manually handle special cases */ case "a cybersuit": -- GitLab