| @@ -91,6 +91,12 @@ function buyBuilding(type) { | |||||
| updateClickBonus(); | updateClickBonus(); | ||||
| } | } | ||||
| function updateAll() { | |||||
| updateProductivity(); | |||||
| updateClickBonus(); | |||||
| updateClickVictim(); | |||||
| } | |||||
| // update stuff | // update stuff | ||||
| function updateDisplay() { | function updateDisplay() { | ||||
| @@ -307,7 +313,7 @@ function setup() { | |||||
| registerListeners(); | registerListeners(); | ||||
| load(); | load(); | ||||
| unlockAtStart(); | unlockAtStart(); | ||||
| updateProductivity(); | |||||
| updateAll(); | |||||
| } | } | ||||