Bläddra i källkod

Fixed bug causing base mass to ignore scale

tags/v0.7.0
Fen Dweller 7 år sedan
förälder
incheckning
c9e1f99cfd
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      game.js

+ 1
- 1
game.js Visa fil

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


Laddar…
Avbryt
Spara