Преглед изворни кода

Actually fixed it

tags/v0.7.0
Fen Dweller пре 8 година
родитељ
комит
e7cd73bd46
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      game.js

+ 1
- 1
game.js Прегледај датотеку

@@ -1180,7 +1180,7 @@ let macro =
}, },


get totalMass() { get totalMass() {
let base = Math.pow(this.baseMass,3);
let base = Math.pow(this.scale,3) * this.baseMass;


if (this.hasTail) { if (this.hasTail) {
base += this.tailMass * this.tailCount; base += this.tailMass * this.tailCount;


Loading…
Откажи
Сачувај