瀏覽代碼

Buy 100 with shift, not 5

tags/v0.1.0
Fen Dweller 6 年之前
父節點
當前提交
ace584bbda
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: E80B35A6F11C3656
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      gorge.js

+ 1
- 1
gorge.js 查看文件

@@ -216,7 +216,7 @@ function buildingCount() {
if (controlHeld) {
return 10;
} else if (shiftHeld) {
return 5;
return 100;
} else {
return 1;
}


Loading…
取消
儲存