Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
chemicalcrux
/
gorge
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
9
Wiki
Atividade
Ver código fonte
Fixed buildings not becoming visible when reloading the page
tags/v0.0.1
Fen Dweller
7 anos atrás
pai
936705bdf4
commit
07a12bb215
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG:
E80B35A6F11C3656
1 arquivos alterados
com
6 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+6
-0
gorge.js
+ 6
- 0
gorge.js
Ver arquivo
@@ -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) {
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar