From 2fd81ab6669bc566d0e5e7516958c019ee8ec15c Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 24 Dec 2019 18:59:34 -0500 Subject: [PATCH] Turn update rate back up to 60 --- gorge.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gorge.js b/gorge.js index 03c0415..44d410c 100644 --- a/gorge.js +++ b/gorge.js @@ -10,7 +10,7 @@ const effects = {}; const resources = {}; -let updateRate = 30; +let updateRate = 60; const currentProductivity = {}; const contributions = {}; @@ -303,7 +303,7 @@ function spend(cost) { function switchShowOwnedUpgrades() { initializeUpgradeStates(); - + if (showOwnedUpgrades) { document.querySelector("#upgrades").innerText = "Upgrades"; } else {