ソースを参照

Effects actually work now

tags/v0.0.1
Fen Dweller 7年前
コミット
e54b1210b3
この署名に対応する既知のキーがデータベースに存在しません GPGキー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;
}
}


読み込み中…
キャンセル
保存