瀏覽代碼

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

This reverts commit dde238ae5c.
tags/v1.0.0
Fen Dweller 6 年之前
父節點
當前提交
2dcfce6b45
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      game.js

+ 2
- 0
game.js 查看文件

@@ -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…
取消
儲存