1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-11-21 08:12:39 +00:00

Alpha Build 1 Patch 1

This commit is contained in:
Jacorb90 2020-08-19 16:07:06 -04:00
parent 83b790a2f7
commit eac0ef7411

View file

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