Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
chemicalcrux
/
gorge
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
9
Wiki
Actividad
Explorar el Código
Fixed buildings not becoming visible when reloading the page
tags/v0.0.1
Fen Dweller
hace 7 años
padre
936705bdf4
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
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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) {
Escribir
Vista previa
Cargando…
Cancelar
Guardar