Переглянути джерело

Fix another busted upgrade - helper was wrong

tags/v0.0.6
Fen Dweller 5 роки тому
джерело
коміт
9746e5648d
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: 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.";


Завантаження…
Відмінити
Зберегти