Browse Source

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

This reverts commit dde238ae5c.
tags/v1.0.0
Fen Dweller 6 years ago
parent
commit
2dcfce6b45
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      game.js

+ 2
- 0
game.js View File

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


Loading…
Cancel
Save