mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-04-16 10:50:59 +00:00
Beta v1.1 Alpha 18
This commit is contained in:
parent
cb65039637
commit
ad4f4077a4
3 changed files with 37 additions and 12 deletions
js
|
@ -26,6 +26,8 @@ function updateTemp() {
|
|||
tmp.enhPow = getEnhancerPow()
|
||||
tmp.enhEff = getEnhancerEff()
|
||||
tmp.enhEff2 = getEnhancerEff2()
|
||||
tmp.subbedEnh = new Decimal(0)
|
||||
if (tmp.hcActive ? tmp.hcActive[52] : true) tmp.subbedEnh = tmp.subbedEnh.plus(new Decimal(player.h.time).times(40).plus(1).log10().pow(10).max(0)).round()
|
||||
|
||||
tmp.freeExtCap = getFreeExtCapsules()
|
||||
tmp.timeEff = getTimeEnergyEff()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue