1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-11-24 09:21:46 +00:00

Pre-Release 3 Patch 1

This commit is contained in:
Aarex Tiaokhiao 2020-09-14 22:13:33 -04:00
parent 01d23159be
commit 3ed99e5dff

View file

@ -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()