diff --git a/src/js/slaveSummaryWidgets.js b/src/js/slaveSummaryWidgets.js
index 1a250b66c8470b7fe990fa0fc4b7bda510a591a6..e3e822c0e61d99d99578f238d0bda03727a86ace 100644
--- a/src/js/slaveSummaryWidgets.js
+++ b/src/js/slaveSummaryWidgets.js
@@ -1,5 +1,4 @@
 App.UI.SlaveSummaryRenderers = function() {
-
 	const bits = App.UI.SlaveSummaryImpl.bits;
 	const helpers = App.UI.SlaveSummaryImpl.helpers;
 	const data = App.Data.SlaveSummary;
diff --git a/src/npc/surgery/organs.js b/src/npc/surgery/organs.js
index 4fa95eee6bb8004dd08358128a98d57255ce25de..7c000bcade7c0906160a566cb64298618abe4cae 100644
--- a/src/npc/surgery/organs.js
+++ b/src/npc/surgery/organs.js
@@ -47,11 +47,21 @@ App.Medicine.OrganFarm.init = function() {
 		]
 	});
 
-	new App.Medicine.OrganFarm.Testicles({type: "testicles", name: "Testicles", ballType: "human", animal: false});
-	new App.Medicine.OrganFarm.Testicles({type: "pigTesticles", name: "Pig testicles", ballType: "pig", animal: true});
-	new App.Medicine.OrganFarm.Testicles({type: "dogTesticles", name: "Dog testicles", ballType: "dog", animal: true});
-	new App.Medicine.OrganFarm.Testicles({type: "horseTesticles", name: "Horse testicles", ballType: "horse", animal: true});
-	new App.Medicine.OrganFarm.Testicles({type: "cowTesticles", name: "Cow testicles", ballType: "cow", animal: true});
+	new App.Medicine.OrganFarm.Testicles({
+		type: "testicles", name: "Testicles", ballType: "human", animal: false
+	});
+	new App.Medicine.OrganFarm.Testicles({
+		type: "pigTesticles", name: "Pig testicles", ballType: "pig", animal: true
+	});
+	new App.Medicine.OrganFarm.Testicles({
+		type: "dogTesticles", name: "Dog testicles", ballType: "dog", animal: true
+	});
+	new App.Medicine.OrganFarm.Testicles({
+		type: "horseTesticles", name: "Horse testicles", ballType: "horse", animal: true
+	});
+	new App.Medicine.OrganFarm.Testicles({
+		type: "cowTesticles", name: "Cow testicles", ballType: "cow", animal: true
+	});
 
 	new App.Medicine.OrganFarm.Organ({
 		type: "scrotum", name: "Scrotum", tooltip: "requires balls for successful implantation", cost: 2500, time: 5,
@@ -68,8 +78,12 @@ App.Medicine.OrganFarm.init = function() {
 		]
 	});
 
-	new App.Medicine.OrganFarm.Ovaries({type: "ovaries", name: "Ovaries", eggType: "human", pregData: "human", animal: false});
-	new App.Medicine.OrganFarm.Ovaries({type: "pigOvaries", name: "Pig ovaries", eggType: "pig", pregData: "pig", animal: true});
+	new App.Medicine.OrganFarm.Ovaries({
+		type: "ovaries", name: "Ovaries", eggType: "human", pregData: "human", animal: false
+	});
+	new App.Medicine.OrganFarm.Ovaries({
+		type: "pigOvaries", name: "Pig ovaries", eggType: "pig", pregData: "pig", animal: true
+	});
 	new App.Medicine.OrganFarm.Ovaries({
 		type: "dogOvaries",
 		name: "Dog ovaries",
@@ -84,7 +98,9 @@ App.Medicine.OrganFarm.init = function() {
 		pregData: "equine",
 		animal: true
 	});
-	new App.Medicine.OrganFarm.Ovaries({type: "cowOvaries", name: "Cow ovaries", eggType: "cow", pregData: "cow", animal: true});
+	new App.Medicine.OrganFarm.Ovaries({
+		type: "cowOvaries", name: "Cow ovaries", eggType: "cow", pregData: "cow", animal: true
+	});
 
 	new App.Medicine.OrganFarm.AnalWomb({
 		type: "mpreg",