Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
chemicalcrux
/
satiate
Segui
1
Vota
0
Forka
0
Codice
Problemi
3
Pull Requests
0
Rilasci
5
Wiki
Attività
Sfoglia il codice sorgente
Fix typo
tags/v0.1.3
Fen Dweller
5 anni fa
parent
5fd3c7392e
commit
5b111c2490
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
@@ -56,7 +56,7 @@ function initGamePostSetup(state) {
}
function getStat(stat, state) {
return state.p
a
lyer.stats[stat].value;
return state.pl
a
yer.stats[stat].value;
}
function changeStat(stat, amount, state) {
Write
Preview
Loading…
Annulla
Salva