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

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


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