Skip to content
Snippets Groups Projects
Commit dd450922 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

double parenth

parent 720ee80d
No related branches found
No related tags found
1 merge request!6128Slave interact drugs
...@@ -45,86 +45,86 @@ App.UI.SlaveInteract.drugs = function(slave) { ...@@ -45,86 +45,86 @@ App.UI.SlaveInteract.drugs = function(slave) {
if (canImproveIntelligence(slave)) { if (canImproveIntelligence(slave)) {
drugOptions.push({text: `Psychostimulants`, drug: `psychostimulants`}); drugOptions.push({text: `Psychostimulants`, drug: `psychostimulants`});
} else { } 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`}); drugOptions.push({text: `Breasts`, drug: `breast injections`});
} else { } else {
drugOptions.push({text: `Breasts`, drug: ``}); drugOptions.push({text: `Breasts`});
} }
if (V.arcologies[0].FSAssetExpansionistResearch === 1) { if (V.arcologies[0].FSAssetExpansionistResearch === 1) {
if ((slave.boobs < 25000)) { if (slave.boobs < 25000) {
drugOptions.push({text: `Hyper-Breasts`, drug: `hyper breast injections`}); drugOptions.push({text: `Hyper-Breasts`, drug: `hyper breast injections`});
} else { } else {
drugOptions.push({text: `Hyper Breasts`, drug: ``}); drugOptions.push({text: `Hyper Breasts`});
} }
} }
if (V.arcologies[0].FSSlimnessEnthusiastResearch === 1) { 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`}); drugOptions.push({text: `Breast reducers`, drug: `breast redistributors`});
} else { } 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`}); drugOptions.push({text: `Nipple reducers`, drug: `nipple atrophiers`});
} else { } 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`}); drugOptions.push({text: `Buttocks`, drug: `butt injections`});
} else { } else {
drugOptions.push({text: `Buttocks`, drug: ``}); drugOptions.push({text: `Buttocks`});
} }
if (V.arcologies[0].FSAssetExpansionistResearch === 1) { if (V.arcologies[0].FSAssetExpansionistResearch === 1) {
if ((slave.butt < 20)) { if (slave.butt < 20) {
drugOptions.push({text: `Hyper-Buttocks`, drug: `hyper butt injections`}); drugOptions.push({text: `Hyper-Buttocks`, drug: `hyper butt injections`});
} else { } else {
drugOptions.push({text: `Hyper Buttocks`, drug: ``}); drugOptions.push({text: `Hyper Buttocks`});
} }
} }
if (V.arcologies[0].FSSlimnessEnthusiastResearch === 1) { 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`}); drugOptions.push({text: `Butt reducers`, drug: `butt redistributors`});
} else { } 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`}); drugOptions.push({text: `Lips`, drug: `lip injections`});
} else { } else {
drugOptions.push({text: `Lips`, drug: ``}); drugOptions.push({text: `Lips`});
} }
if (V.arcologies[0].FSSlimnessEnthusiastResearch === 1) { if (V.arcologies[0].FSSlimnessEnthusiastResearch === 1) {
if (slave.lips-slave.lipsImplant > 0) { if (slave.lips-slave.lipsImplant > 0) {
drugOptions.push({text: `Lip reducers`, drug: `lip atrophiers`}); drugOptions.push({text: `Lip reducers`, drug: `lip atrophiers`});
} else { } else {
drugOptions.push({text: `Lip reducers`, drug: ``}); drugOptions.push({text: `Lip reducers`});
} }
} }
if (V.growthStim === 1) { if (V.growthStim === 1) {
if (canImproveHeight(slave)) { if (canImproveHeight(slave)) {
drugOptions.push({text: `Growth Stimulants`, drug: `growth stimulants`}); drugOptions.push({text: `Growth Stimulants`, drug: `growth stimulants`});
} else { } else {
drugOptions.push({text: `Growth Stimulants`, drug: ``}); drugOptions.push({text: `Growth Stimulants`});
} }
} }
drugOptions.push({text: `Fertility`, drug: `fertility drugs`}); 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`}); drugOptions.push({text: `Fertility+`, drug: `super fertility drugs`});
} }
if ((slave.dick > 0)) { if (slave.dick > 0) {
if ((slave.dick < 10)) { if (slave.dick < 10) {
drugOptions.push({text: `Penis enhancement`, drug: `penis enhancement`}); drugOptions.push({text: `Penis enhancement`, drug: `penis enhancement`});
} else { } else {
drugOptions.push({text: `Penis enhancement`, drug: ``}); drugOptions.push({text: `Penis enhancement`});
} }
} else { } else {
if (slave.clit < 5) { if (slave.clit < 5) {
drugOptions.push({text: `Clitoris enhancement`, drug: `penis enhancement`}); drugOptions.push({text: `Clitoris enhancement`, drug: `penis enhancement`});
} else { } else {
drugOptions.push({text: `Clitoris enhancement`, drug: ``}); drugOptions.push({text: `Clitoris enhancement`});
} }
} }
if (V.arcologies[0].FSAssetExpansionistResearch === 1) { if (V.arcologies[0].FSAssetExpansionistResearch === 1) {
...@@ -132,55 +132,55 @@ App.UI.SlaveInteract.drugs = function(slave) { ...@@ -132,55 +132,55 @@ App.UI.SlaveInteract.drugs = function(slave) {
if (slave.dick < 31) { if (slave.dick < 31) {
drugOptions.push({text: `Hyper penis enhancement`, drug: `hyper penis enhancement`}); drugOptions.push({text: `Hyper penis enhancement`, drug: `hyper penis enhancement`});
} else { } else {
drugOptions.push({text: `Hyper penis enhancement`, drug: ``}); drugOptions.push({text: `Hyper penis enhancement`});
} }
} else { } else {
if (slave.clit < 5) { if (slave.clit < 5) {
drugOptions.push({text: `Hyper clitoris enhancement`, drug: `penis enhancement`}); drugOptions.push({text: `Hyper clitoris enhancement`, drug: `penis enhancement`});
} else { } else {
drugOptions.push({text: `Hyper clitoris enhancement`, drug: ``}); drugOptions.push({text: `Hyper clitoris enhancement`});
} }
} }
} }
if (V.arcologies[0].FSSlimnessEnthusiastResearch === 1) { if (V.arcologies[0].FSSlimnessEnthusiastResearch === 1) {
if ((slave.dick > 1)) { if (slave.dick > 1) {
drugOptions.push({text: `Penis reducers`, drug: `penis atrophiers`}); drugOptions.push({text: `Penis reducers`, drug: `penis atrophiers`});
} else if (slave.dick === 1) { } 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) { if (slave.dick > 0 && slave.dick < 11 && !canAchieveErection(slave) && slave.chastityPenis !== 1) {
drugOptions.push({text: `Erectile dysfunction circumvention`, drug: `priapism agents`}); 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`}); drugOptions.push({text: `Testicle enhancement`, drug: `testicle enhancement`});
if (V.arcologies[0].FSAssetExpansionistResearch === 1) { if (V.arcologies[0].FSAssetExpansionistResearch === 1) {
drugOptions.push({text: `Hyper testicle enhancement`, drug: `hyper testicle enhancement`}); drugOptions.push({text: `Hyper testicle enhancement`, drug: `hyper testicle enhancement`});
} }
} }
if (V.arcologies[0].FSSlimnessEnthusiastResearch === 1) { if (V.arcologies[0].FSSlimnessEnthusiastResearch === 1) {
if ((slave.balls > 1)) { if (slave.balls > 1) {
drugOptions.push({text: `Testicle reducers`, drug: `testicle atrophiers`}); drugOptions.push({text: `Testicle reducers`, drug: `testicle atrophiers`});
} else if (slave.balls === 1) { } 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`}); drugOptions.push({text: `Clitoris reducers`, drug: `clitoris atrophiers`});
} }
if ((slave.labia > 0)) { if (slave.labia > 0) {
drugOptions.push({text: `Labia reducers`, drug: `labia atrophiers`}); drugOptions.push({text: `Labia reducers`, drug: `labia atrophiers`});
} }
} }
if (V.arcologies[0].FSYouthPreferentialistResearch === 1) { if (V.arcologies[0].FSYouthPreferentialistResearch === 1) {
if ((slave.visualAge > 18)) { if (slave.visualAge > 18) {
drugOptions.push({text: `Anti-aging cream`, drug: `anti-aging cream`}); drugOptions.push({text: `Anti-aging cream`, drug: `anti-aging cream`});
} else { } else {
drugOptions.push({text: `Anti-aging cream`, drug: ``}); drugOptions.push({text: `Anti-aging cream`});
} }
} }
drugOptions.push({text: `Steroids`, drug: `steroids`}); drugOptions.push({text: `Steroids`, drug: `steroids`});
if (V.arcologies[0].FSSlimnessEnthusiastResearch === 1) { if (V.arcologies[0].FSSlimnessEnthusiastResearch === 1) {
if ((slave.weight > -95)) { if (slave.weight > -95) {
drugOptions.push({text: `Weight loss pills`, drug: `appetite suppressors`}); drugOptions.push({text: `Weight loss pills`, drug: `appetite suppressors`});
} else { } else {
drugOptions.push({text: `Weight loss pills`}); drugOptions.push({text: `Weight loss pills`});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment