Ver código fonte

Part growth is no longer reduced by 90%

tags/v1.0.0
Fen Dweller 6 anos atrás
pai
commit
dde238ae5c
1 arquivos alterados com 0 adições e 2 exclusões
  1. +0
    -2
      game.js

+ 0
- 2
game.js Ver arquivo

@@ -4121,8 +4121,6 @@ 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;


Carregando…
Cancelar
Salvar