From c3958016a22f22e5dbc961039f3b1028a5af7957 Mon Sep 17 00:00:00 2001
From: turnop <17540-turnop@users.noreply.gitgud.io>
Date: Fri, 9 Oct 2020 17:13:02 -0700
Subject: [PATCH] minor fixes

---
 src/art/vector/VectorArtJS.js | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/art/vector/VectorArtJS.js b/src/art/vector/VectorArtJS.js
index 7500fee8a6d..845fa668a40 100644
--- a/src/art/vector/VectorArtJS.js
+++ b/src/art/vector/VectorArtJS.js
@@ -1550,6 +1550,9 @@ App.Art.vectorArtElement = (function() {
 				case "pasties":
 					svgQueue.add("Art_Vector_Boob_Outfit_PantiesAndPasties");
 					break;
+				case "Imperial Plate":
+					svgQueue.add("Art_Vector_Boob_Outfit_Battlearmor");
+					break;
 				default:
 					svgQueue.add(`Art_Vector_Boob_Outfit_${clothing2artSuffix(slave.clothes)}`);
 			}
@@ -1926,7 +1929,7 @@ App.Art.vectorArtElement = (function() {
 					svgQueue.add(`Art_Vector_Butt_Outfit_${outfit}_${buttSize}`);
 				}
 				if (slave.clothes === "Imperial Plate"){
-					svgQueue.add(`Art_Vector_Leg_Outfit_Battlearmor_${buttSize}`);
+					svgQueue.add(`Art_Vector_Leg_Outfit_Battlearmor_${legSize}`);
 				} else if (slave.clothes !== "a schoolgirl outfit") { /* file is there, but contains no artwork */
 					svgQueue.add(`Art_Vector_Leg_Outfit_${outfit}_${legSize}`);
 				}
-- 
GitLab