From 186bc863a54d29204bf5b47aee62034e5ee9f7e8 Mon Sep 17 00:00:00 2001 From: klorpa <30924131+klorpa@users.noreply.github.com> Date: Tue, 23 Apr 2019 17:50:00 -0500 Subject: [PATCH] Revert --- src/js/storyJS.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/js/storyJS.js b/src/js/storyJS.js index 2c925ed0511..0bcdee8db80 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); -- GitLab