Ver código fonte

Fixed buildings not becoming visible when reloading the page

tags/v0.0.1
Fen Dweller 7 anos atrás
pai
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
  1. +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) {


Carregando…
Cancelar
Salvar