diff --git a/examples/stats.js b/examples/stats.js index df18b06..fbd8927 100644 --- a/examples/stats.js +++ b/examples/stats.js @@ -2,10 +2,10 @@ // creates stats to open up the stats overlay const modifier = (text) => { - state.stats = {stats:{strength:{level: 4, cost:2}, agility:{level: 1, cost:5},}, statPoints:50} + state.stats = {stats:{strength:{level: 4, cost:2}, agility:{level: 1, cost:5}}, statPoints:50} return ({text}) } // Don't modify this part modifier(text) - \ No newline at end of file +