소스 검색

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


불러오는 중...
취소
저장