From 1bc9b3f088ac72d18e2bf3bdd6ca76433c7c266b Mon Sep 17 00:00:00 2001 From: schattenan Date: Sun, 17 Jan 2021 10:17:32 +0100 Subject: [PATCH] Update stats.js Fixed typo after the agility entry --- examples/stats.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +