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
Adjusted weights for space
tags/v0.7.0
Fen Dweller
8 years ago
parent
7957e4d3a2
commit
e6ccbb0a56
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
game.js
+ 4
- 4
game.js
View File
@@ -720,10 +720,10 @@ function getPrey(region, area)
if (macro.height > 1e12) {
weights = {
"Planet": 1e-10,
"Star": 1
e-10
,
"Solar System":
1
e-10,
"Galaxy":
1e-10
"Planet": 1
.47
e-10,
"Star": 1
.7713746e-12
,
"Solar System":
4
e-10,
"Galaxy":
0.1,
}
}
else if (macro.height > 1e6) {
Write
Preview
Loading…
Cancel
Save