浏览代码

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

tags/v1.0.0
Fen Dweller 6 年前
父节点
当前提交
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);


正在加载...
取消
保存