1
0
Fork 0
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:
Jacorb90 2020-08-31 14:33:29 -04:00
parent cb65039637
commit ad4f4077a4
3 changed files with 37 additions and 12 deletions

View file

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