This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
gorge
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
9
Wiki
Activity
Browse Source
Fixed buildings not becoming visible when reloading the page
tags/v0.0.1
Fen Dweller
7 years ago
parent
936705bdf4
commit
07a12bb215
No known key found for this signature in database
GPG Key ID:
E80B35A6F11C3656
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
gorge.js
+ 6
- 0
gorge.js
View File
@@ -227,6 +227,12 @@ function setup() {
function unlockAtStart() {
unlockBuilding("micro");
for (const [key, value] of Object.entries(belongings)) {
if (belongings[key].visible) {
unlockBuilding(key);
}
}
}
function unlockBuilding(id) {
Write
Preview
Loading…
Cancel
Save