Explorar el Código

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

tags/v1.0.0
Fen Dweller hace 6 años
padre
commit
1a90cc18a2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      game.js

+ 1
- 1
game.js Ver fichero

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


Cargando…
Cancelar
Guardar