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:
parent
01d23159be
commit
3ed99e5dff
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue