From 458964122c738ef31d538ee3f6c11b32d1413348 Mon Sep 17 00:00:00 2001 From: Anu <barrychahal@gmail.com> Date: Sat, 19 Sep 2020 14:56:10 -0700 Subject: [PATCH] Revert "Apply 1 suggestion(s) to 1 file(s)" This reverts commit 4c5a581b1d051f6006dec7b29e6b554eed615ab4 --- src/interaction/slaveInteract.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/interaction/slaveInteract.js b/src/interaction/slaveInteract.js index 6c345450a1c..e3e225cd21a 100644 --- a/src/interaction/slaveInteract.js +++ b/src/interaction/slaveInteract.js @@ -505,10 +505,6 @@ App.UI.SlaveInteract.drugs = function(slave) { breasts.push({text: `Hyper enhancement`, updateSlave: {drugs: `hyper breast injections`}}); } } -if (slave.boobs >= 50000) { - const dec = `${V.arcologies[0].FSAssetExpansionistResearch === 1 ? 'Hyper enhancement' : 'Enhancement'}`; - breasts.push({text: dec, disabled: `Boobs are too large`}); -} // Nipples if (V.arcologies[0].FSSlimnessEnthusiastResearch === 1) { -- GitLab