From eac0ef74112b2e2fefd4f69d6e8f220e0ce3f932 Mon Sep 17 00:00:00 2001 From: Jacorb90 <39597610+Jacorb90@users.noreply.github.com> Date: Wed, 19 Aug 2020 16:07:06 -0400 Subject: [PATCH] Alpha Build 1 Patch 1 --- js/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/game.js b/js/game.js index 792a911..d64aa90 100644 --- a/js/game.js +++ b/js/game.js @@ -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() {