mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2024-11-21 16:13:55 +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() {
|
||||
let cost = Decimal.pow(2, player.e.enhancers.pow(1.5))
|
||||
return cost
|
||||
return cost.floor()
|
||||
}
|
||||
|
||||
function getEnhancerEff() {
|
||||
|
|
Loading…
Reference in a new issue