From a6369f3ca49f7b5d6974446e9898e15cfa7d2a9e Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 15 Jan 2019 16:51:59 -0500 Subject: [PATCH] Productivity is calculated at the start --- gorge.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gorge.js b/gorge.js index 795502e..8f96e89 100644 --- a/gorge.js +++ b/gorge.js @@ -259,6 +259,7 @@ function setup() { registerListeners(); load(); unlockAtStart(); + updateProductivity(); }