This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
chemicalcrux
/
gorge
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
9
Вики
Activity
Преглед изворни кода
Fixed buildings not becoming visible when reloading the page
tags/v0.0.1
Fen Dweller
пре 7 година
родитељ
936705bdf4
комит
07a12bb215
No known key found for this signature in database
GPG Key ID:
E80B35A6F11C3656
1 измењених фајлова
са
6 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
gorge.js
+ 6
- 0
gorge.js
Прегледај датотеку
@@ -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…
Откажи
Сачувај