Explorar el Código

Fixed buildings not becoming visible when reloading the page

tags/v0.0.1
Fen Dweller hace 7 años
padre
commit
07a12bb215
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: E80B35A6F11C3656
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      gorge.js

+ 6
- 0
gorge.js Ver fichero

@@ -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) {


Cargando…
Cancelar
Guardar