ソースを参照

Fix another busted upgrade - helper was wrong

tags/v0.0.6
Fen Dweller 5年前
コミット
9746e5648d
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: E80B35A6F11C3656
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      constants.js

+ 1
- 1
constants.js ファイルの表示

@@ -260,7 +260,7 @@ const effect_types = {
},
"helper": {
"apply": function (effect, productivity, helperCount) {
return productivity * (1 + effect.amount * helperCount);
return scaleCost(productivity, 1 + effect.amount * helperCount);
},
"desc": function (effect) {
return "+" + round(effect.amount * 100) + "% food/sec from " + buildings[effect.helped].name + " for every " + buildings[effect.helper].name + " owned.";


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