Przeglądaj źródła

Actually fixed it

tags/v0.7.0
Fen Dweller 7 lat temu
rodzic
commit
e7cd73bd46
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      game.js

+ 1
- 1
game.js Wyświetl plik

@@ -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;


Ładowanie…
Anuluj
Zapisz