From bcc398728d14c6307901d9438d63ec2d19cc0560 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Fri, 8 Nov 2019 14:40:39 -0500 Subject: [PATCH] fix extra arm on new outfits --- src/art/vector/VectorArtJS.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/art/vector/VectorArtJS.js b/src/art/vector/VectorArtJS.js index a727bec5e35..f6f25cd0a6a 100644 --- a/src/art/vector/VectorArtJS.js +++ b/src/art/vector/VectorArtJS.js @@ -1081,6 +1081,8 @@ App.Art.vectorArtElement = (function() { case "restrictive latex": case "sport shorts": case "striped panties": + case "a bimbo outfit": + case "a courtesan dress": break; /* do nothing for these choices */ /* manually handle special cases */ case "a slutty schutzstaffel uniform": @@ -1837,6 +1839,8 @@ App.Art.vectorArtElement = (function() { case "striped panties": case "striped underwear": case "uncomfortable straps": + case "a bimbo outfit": + case "a courtesan dress": break; /* do nothing for these cases */ case "a Fuckdoll suit": case "a latex catsuit": @@ -2734,6 +2738,8 @@ App.Art.vectorArtElement = (function() { case "pasties": case "choosing her own clothes": case "no clothing": + case "a bimbo outfit": + case "a courtesan dress": break; /* no torso outfit */ /* manually handle special cases */ case "a cybersuit": -- GitLab