浏览代码

Buy 100 with shift, not 5

tags/v0.1.0
Fen Dweller 5 年前
父节点
当前提交
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;
}


正在加载...
取消
保存