Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
chemicalcrux
/
stroll
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
11
Wiki
Attività
Sfoglia il codice sorgente
Fixed wrong name for inserting the "Victims:" text in stats
tags/v1.0.0
Fen Dweller
7 anni fa
parent
29009537cf
commit
1a90cc18a2
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
game.js
+ 1
- 1
game.js
Vedi File
@@ -4853,7 +4853,7 @@ function showStats() {
if (macro.brutality > 0) {
lines.splice(0, 0, "Kills:");
} else {
lines.
in
se
rt
(0, 0, "Victims:");
lines.s
plic
e(0, 0, "Victims:");
}
lines.push("Total: " + total);
Write
Preview
Loading…
Annulla
Salva