Przeglądaj źródła

Revert "Part growth is no longer reduced by 90%"

This reverts commit dde238ae5c.
tags/v1.0.0
Fen Dweller 6 lat temu
rodzic
commit
2dcfce6b45
1 zmienionych plików z 2 dodań i 0 usunięć
  1. +2
    -0
      game.js

+ 2
- 0
game.js Wyświetl plik

@@ -4121,6 +4121,8 @@ function grow_pick(times) {
macro.growthPoints -= (times - 1) * 10;
}

times /= 10;

switch (button.id.replace("button-growth-", "")) {
case "body": grow(times); break;
case "paws": grow_paws(times); break;


Ładowanie…
Anuluj
Zapisz