From dd4509221cbeea00d84b6ce801a19fed6b7bd2ca Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Sun, 16 Feb 2020 12:48:25 -0500
Subject: [PATCH] double parenth

---
 src/js/slaveInteract.js | 72 ++++++++++++++++++++---------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

diff --git a/src/js/slaveInteract.js b/src/js/slaveInteract.js
index d4007185155..bd732d5f6b6 100644
--- a/src/js/slaveInteract.js
+++ b/src/js/slaveInteract.js
@@ -45,86 +45,86 @@ App.UI.SlaveInteract.drugs = function(slave) {
 			if (canImproveIntelligence(slave)) {
 				drugOptions.push({text: `Psychostimulants`, drug: `psychostimulants`});
 			} else {
-				drugOptions.push({text: `Psychostimulants`, drug: ``});
+				drugOptions.push({text: `Psychostimulants`});
 			}
 		}
-		if ((slave.boobs < 48000)) {
+		if (slave.boobs < 48000) {
 			drugOptions.push({text: `Breasts`, drug: `breast injections`});
 		} else {
-			drugOptions.push({text: `Breasts`, drug: ``});
+			drugOptions.push({text: `Breasts`});
 		}
 		if (V.arcologies[0].FSAssetExpansionistResearch === 1) {
-			if ((slave.boobs < 25000)) {
+			if (slave.boobs < 25000) {
 				drugOptions.push({text: `Hyper-Breasts`, drug: `hyper breast injections`});
 			} else {
-				drugOptions.push({text: `Hyper Breasts`, drug: ``});
+				drugOptions.push({text: `Hyper Breasts`});
 			}
 		}
 		if (V.arcologies[0].FSSlimnessEnthusiastResearch === 1) {
-			if ((slave.boobs-slave.boobsImplant-slave.boobsMilk > 100)) {
+			if ((slave.boobs - slave.boobsImplant - slave.boobsMilk) > 100) {
 				drugOptions.push({text: `Breast reducers`, drug: `breast redistributors`});
 			} else {
-				drugOptions.push({text: `Breast reducers`, drug: ``});
+				drugOptions.push({text: `Breast reducers`});
 			}
-			if ((slave.nipples === "huge" || slave.nipples === "puffy" || slave.nipples === "cute")) {
+			if (slave.nipples === "huge" || slave.nipples === "puffy" || slave.nipples === "cute") {
 				drugOptions.push({text: `Nipple reducers`, drug: `nipple atrophiers`});
 			} else {
-				drugOptions.push({text: `Nipple reducers`, drug: ``});
+				drugOptions.push({text: `Nipple reducers`});
 			}
 		}
-		if ((slave.butt < 9)) {
+		if (slave.butt < 9) {
 			drugOptions.push({text: `Buttocks`, drug: `butt injections`});
 		} else {
-			drugOptions.push({text: `Buttocks`, drug: ``});
+			drugOptions.push({text: `Buttocks`});
 		}
 		if (V.arcologies[0].FSAssetExpansionistResearch === 1) {
-			if ((slave.butt < 20)) {
+			if (slave.butt < 20) {
 				drugOptions.push({text: `Hyper-Buttocks`, drug: `hyper butt injections`});
 			} else {
-				drugOptions.push({text: `Hyper Buttocks`, drug: ``});
+				drugOptions.push({text: `Hyper Buttocks`});
 			}
 		}
 		if (V.arcologies[0].FSSlimnessEnthusiastResearch === 1) {
-			if ((slave.butt-slave.buttImplant > 0)) {
+			if (slave.butt - slave.buttImplant > 0) {
 				drugOptions.push({text: `Butt reducers`, drug: `butt redistributors`});
 			} else {
-				drugOptions.push({text: `Butt reducers`, drug: ``});
+				drugOptions.push({text: `Butt reducers`});
 			}
 		}
-		if ((slave.lips <= 95) || ((slave.lips <= 85) && (V.seeExtreme !== 1))) {
+		if (slave.lips <= 95 || (slave.lips <= 85 && V.seeExtreme !== 1)) {
 			drugOptions.push({text: `Lips`, drug: `lip injections`});
 		} else {
-			drugOptions.push({text: `Lips`, drug: ``});
+			drugOptions.push({text: `Lips`});
 		}
 		if (V.arcologies[0].FSSlimnessEnthusiastResearch === 1) {
 			if (slave.lips-slave.lipsImplant > 0) {
 				drugOptions.push({text: `Lip reducers`, drug: `lip atrophiers`});
 			} else {
-				drugOptions.push({text: `Lip reducers`, drug: ``});
+				drugOptions.push({text: `Lip reducers`});
 			}
 		}
 		if (V.growthStim === 1) {
 			if (canImproveHeight(slave)) {
 				drugOptions.push({text: `Growth Stimulants`, drug: `growth stimulants`});
 			} else {
-				drugOptions.push({text: `Growth Stimulants`, drug: ``});
+				drugOptions.push({text: `Growth Stimulants`});
 			}
 		}
 		drugOptions.push({text: `Fertility`, drug: `fertility drugs`});
-		if ((V.seeHyperPreg === 1) && (slave.indentureRestrictions < 1) && (V.superFertilityDrugs === 1) && (slave.breedingMark !== 1 || V.propOutcome === 0 || V.eugenicsFullControl === 1 || V.arcologies[0].FSRestart === "unset")) {
+		if (V.seeHyperPreg === 1 && slave.indentureRestrictions < 1 && V.superFertilityDrugs === 1 && (slave.breedingMark !== 1 || V.propOutcome === 0 || V.eugenicsFullControl === 1 || V.arcologies[0].FSRestart === "unset")) {
 			drugOptions.push({text: `Fertility+`, drug: `super fertility drugs`});
 		}
-		if ((slave.dick > 0)) {
-			if ((slave.dick < 10)) {
+		if (slave.dick > 0) {
+			if (slave.dick < 10) {
 				drugOptions.push({text: `Penis enhancement`, drug: `penis enhancement`});
 			} else {
-				drugOptions.push({text: `Penis enhancement`, drug: ``});
+				drugOptions.push({text: `Penis enhancement`});
 			}
 		} else {
 			if (slave.clit < 5) {
 				drugOptions.push({text: `Clitoris enhancement`, drug: `penis enhancement`});
 			} else {
-				drugOptions.push({text: `Clitoris enhancement`, drug: ``});
+				drugOptions.push({text: `Clitoris enhancement`});
 			}
 		}
 		if (V.arcologies[0].FSAssetExpansionistResearch === 1) {
@@ -132,55 +132,55 @@ App.UI.SlaveInteract.drugs = function(slave) {
 				if (slave.dick < 31) {
 					drugOptions.push({text: `Hyper penis enhancement`, drug: `hyper penis enhancement`});
 				} else {
-					drugOptions.push({text: `Hyper penis enhancement`, drug: ``});
+					drugOptions.push({text: `Hyper penis enhancement`});
 				}
 			} else {
 				if (slave.clit < 5) {
 					drugOptions.push({text: `Hyper clitoris enhancement`, drug: `penis enhancement`});
 				} else {
-					drugOptions.push({text: `Hyper clitoris enhancement`, drug: ``});
+					drugOptions.push({text: `Hyper clitoris enhancement`});
 				}
 			}
 		}
 		if (V.arcologies[0].FSSlimnessEnthusiastResearch === 1) {
-			if ((slave.dick > 1)) {
+			if (slave.dick > 1) {
 				drugOptions.push({text: `Penis reducers`, drug: `penis atrophiers`});
 			} else if (slave.dick === 1) {
-				drugOptions.push({text: `Penis reducers`, drug: ``});
+				drugOptions.push({text: `Penis reducers`});
 			}
 		}
 		if (slave.dick > 0 && slave.dick < 11 && !canAchieveErection(slave) && slave.chastityPenis !== 1) {
 			drugOptions.push({text: `Erectile dysfunction circumvention`, drug: `priapism agents`});
 		}
-		if ((slave.balls > 0)) {
+		if (slave.balls > 0) {
 			drugOptions.push({text: `Testicle enhancement`, drug: `testicle enhancement`});
 			if (V.arcologies[0].FSAssetExpansionistResearch === 1) {
 				drugOptions.push({text: `Hyper testicle enhancement`, drug: `hyper testicle enhancement`});
 			}
 		}
 		if (V.arcologies[0].FSSlimnessEnthusiastResearch === 1) {
-			if ((slave.balls > 1)) {
+			if (slave.balls > 1) {
 				drugOptions.push({text: `Testicle reducers`, drug: `testicle atrophiers`});
 			} else if (slave.balls === 1) {
-				drugOptions.push({text: `Testicle reducers`, drug: ``});
+				drugOptions.push({text: `Testicle reducers`});
 			}
-			if ((slave.clit > 0)) {
+			if (slave.clit > 0) {
 				drugOptions.push({text: `Clitoris reducers`, drug: `clitoris atrophiers`});
 			}
-			if ((slave.labia > 0)) {
+			if (slave.labia > 0) {
 				drugOptions.push({text: `Labia reducers`, drug: `labia atrophiers`});
 			}
 		}
 		if (V.arcologies[0].FSYouthPreferentialistResearch === 1) {
-			if ((slave.visualAge > 18)) {
+			if (slave.visualAge > 18) {
 				drugOptions.push({text: `Anti-aging cream`, drug: `anti-aging cream`});
 			} else {
-				drugOptions.push({text: `Anti-aging cream`, drug: ``});
+				drugOptions.push({text: `Anti-aging cream`});
 			}
 		}
 		drugOptions.push({text: `Steroids`, drug: `steroids`});
 		if (V.arcologies[0].FSSlimnessEnthusiastResearch === 1) {
-			if ((slave.weight > -95)) {
+			if (slave.weight > -95) {
 				drugOptions.push({text: `Weight loss pills`, drug: `appetite suppressors`});
 			} else {
 				drugOptions.push({text: `Weight loss pills`});
-- 
GitLab