ソースを参照

Fixed wrong name for inserting the "Victims:" text in stats

tags/v1.0.0
Fen Dweller 7年前
コミット
1a90cc18a2
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      game.js

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

@@ -4853,7 +4853,7 @@ function showStats() {
if (macro.brutality > 0) {
lines.splice(0, 0, "Kills:");
} else {
lines.insert(0, 0, "Victims:");
lines.splice(0, 0, "Victims:");
}

lines.push("Total: " + total);


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