mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2024-11-22 00:21:32 +00:00
Alpha Build 1 Patch 1
This commit is contained in:
parent
83b790a2f7
commit
eac0ef7411
1 changed files with 1 additions and 1 deletions
|
@ -772,7 +772,7 @@ function resetRow(row) {
|
||||||
|
|
||||||
function getEnhancerCost() {
|
function getEnhancerCost() {
|
||||||
let cost = Decimal.pow(2, player.e.enhancers.pow(1.5))
|
let cost = Decimal.pow(2, player.e.enhancers.pow(1.5))
|
||||||
return cost
|
return cost.floor()
|
||||||
}
|
}
|
||||||
|
|
||||||
function getEnhancerEff() {
|
function getEnhancerEff() {
|
||||||
|
|
Loading…
Reference in a new issue