From 3ed99e5dffbc04cefbd432eef0f71eb0bd16e295 Mon Sep 17 00:00:00 2001 From: Aarex Tiaokhiao Date: Mon, 14 Sep 2020 22:13:33 -0400 Subject: [PATCH] Pre-Release 3 Patch 1 --- js/game.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/game.js b/js/game.js index a3ff0b0..5731b53 100644 --- a/js/game.js +++ b/js/game.js @@ -3624,6 +3624,8 @@ let LIFE_BOOSTERS = { return 4 }, calcNewPower(diff) { + if (!player.l.unl) return new Decimal(0) + let exp = getLifePowerExp() let cap = getLifePowerSoftcapStart() let capExp = getLifePowerSoftcapExp()