This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
satiate
Watch
1
Star
0
Fork
0
Code
Issues
3
Pull Requests
0
Releases
5
Wiki
Activity
Browse Source
Fix typo
tags/v0.1.3
Fen Dweller
5 years ago
parent
5fd3c7392e
commit
5b111c2490
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
game.js
+ 1
- 1
game.js
View 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…
Cancel
Save