Sfoglia il codice sorgente

Part growth is no longer reduced by 90%

tags/v1.0.0
Fen Dweller 6 anni fa
parent
commit
dde238ae5c
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. +0
    -2
      game.js

+ 0
- 2
game.js Vedi File

@@ -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;


Loading…
Annulla
Salva