diff --git a/src/js/storyJS.js b/src/js/storyJS.js index 2c925ed05114c0fc0bf5cebeec13c599854203fb..0bcdee8db806bfdfb8a74599ff41833724872771 100644 --- a/src/js/storyJS.js +++ b/src/js/storyJS.js @@ -396,14 +396,14 @@ window.overpowerCheck = /** @param {App.Entity.SlaveState} slave */ function (sl if (State.variables.arcologies[0].FSPhysicalIdealist !== "unset") { if (PC.title === 1) { - strength = 120; + strength = 130; } else { strength = 100; } } else if (PC.title === 1) { - strength = 60; + strength = 50; } else { - strength = 40; + strength = 30; } strength += (185-slave.height); strength -= (PC.belly/1000);