Fen Dweller 8年前
コミット
4287d2742a
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      game.js

+ 1
- 1
game.js ファイルの表示

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

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

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


読み込み中…
キャンセル
保存