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
Part growth is no longer reduced by 90%
tags/v1.0.0
Fen Dweller
6 years ago
parent
cb7e7e9a00
commit
dde238ae5c
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
game.js
+ 0
- 2
game.js
View 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;
Write
Preview
Loading…
Cancel
Save