diff --git a/js/003-data/miscData.js b/js/003-data/miscData.js
index c9bbfadff9186a6297c407ca434b5c5f42f186f3..546660ce62782f9c14a76a1a434ba488bb7b8568 100644
--- a/js/003-data/miscData.js
+++ b/js/003-data/miscData.js
@@ -2146,11 +2146,9 @@ App.Data.misc = {
 				}
 			}
 		},
-
 		{name: "Sport shorts and a sports bra", value: "sport shorts and a sports bra", unlock: function(slave) { if (V.clothesBoughtSports > 0) { return true; } }},
 		{name: "Sport shorts", value: "sport shorts", unlock: function(slave) { if (V.clothesBoughtSports > 0) { return true; } }},
 		{name: "Sports bra", value: "a sports bra", unlock: function(slave) { if (V.clothesBoughtSports > 0) { return true; } }},
-
 		{
 			name: "Sport shorts and a t-shirt",
 			value: "sport shorts and a t-shirt",
@@ -2160,7 +2158,6 @@ App.Data.misc = {
 				}
 			}
 		},
-
 		{name: "Pony outfit (nice)", value: "a nice pony outfit", unlock: function(slave) { if (V.clothesBoughtPony > 0) { return true; } }},
 		{name: "Pony outfit (slutty)", value: "a slutty pony outfit", unlock: function(slave) { if (V.clothesBoughtPony > 0) { return true; } }},
 
@@ -2388,8 +2385,7 @@ App.Data.misc = {
 		}
 	],
 
-	vaginalAccessories: [
-		{
+	vaginalAccessories: [{
 			name: "None",
 			value: "none"
 		},
@@ -2472,8 +2468,7 @@ App.Data.misc = {
 		{name: "None", value: "none"}
 	],
 
-	buttplugs: [
-		{
+	buttplugs: [{
 			name: "None",
 			value: "none"
 		},
@@ -2490,7 +2485,7 @@ App.Data.misc = {
 					if (slave) {
 						if (!(slave.breedingMark !== 1 || V.propOutcome === 0 || V.eugenicsFullControl === 1 || V.arcologies[0].FSRestart === "unset")) {
 							return "Elites frown on this";
-						} else{
+						} else {
 							return true;
 						}
 					} else {