瀏覽代碼

Fixed buildings not becoming visible when reloading the page

tags/v0.0.1
Fen Dweller 7 年之前
父節點
當前提交
07a12bb215
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: E80B35A6F11C3656
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. +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) {


Loading…
取消
儲存