This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
stroll
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
11
Wiki
Activity
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
dde238ae5c
commit
2dcfce6b45
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save