瀏覽代碼

Effects actually work now

tags/v0.0.1
Fen Dweller 7 年之前
父節點
當前提交
e54b1210b3
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: E80B35A6F11C3656
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      gorge.js

+ 3
- 1
gorge.js 查看文件

@@ -27,8 +27,10 @@ function productivityOf(type) {
if (!ownedUpgrades[key]) {
continue;
}


if (value.effect.type == "prod-2x") {
if (value.effect.target == key) {
if (value.effect.target == type) {
baseProd *= 2;
}
}


Loading…
取消
儲存