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
Actually fixed it
tags/v0.7.0
Fen Dweller
8 years ago
parent
c9e1f99cfd
commit
e7cd73bd46
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
game.js
+ 1
- 1
game.js
View File
@@ -1180,7 +1180,7 @@ let macro =
},
get totalMass() {
let base = Math.pow(this.baseMass
,3)
;
let base = Math.pow(this.
scale,3) * this.
baseMass;
if (this.hasTail) {
base += this.tailMass * this.tailCount;
Write
Preview
Loading…
Cancel
Save