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