|
|
@@ -227,6 +227,12 @@ function setup() { |
|
|
|
|
|
|
|
|
function unlockAtStart() { |
|
|
function unlockAtStart() { |
|
|
unlockBuilding("micro"); |
|
|
unlockBuilding("micro"); |
|
|
|
|
|
|
|
|
|
|
|
for (const [key, value] of Object.entries(belongings)) { |
|
|
|
|
|
if (belongings[key].visible) { |
|
|
|
|
|
unlockBuilding(key); |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
function unlockBuilding(id) { |
|
|
function unlockBuilding(id) { |
|
|
|