Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
clonk2u
/
stroll
forkato da
chemicalcrux/stroll
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Fixed bug causing base mass to ignore scale
tags/v0.7.0
Fen Dweller
8 anni fa
parent
5b65e6ff99
commit
c9e1f99cfd
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
game.js
+ 1
- 1
game.js
Vedi File
@@ -1180,7 +1180,7 @@ let macro =
},
get totalMass() {
let base = this.baseMass;
let base =
Math.pow(
this.baseMass
,3)
;
if (this.hasTail) {
base += this.tailMass * this.tailCount;
Write
Preview
Loading…
Annulla
Salva