Update stats.js

Fixed typo after the agility entry
This commit is contained in:
schattenan 2021-01-17 10:17:32 +01:00 committed by GitHub
parent 8186df2d2c
commit 1bc9b3f088
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
// creates stats to open up the stats overlay // creates stats to open up the stats overlay
const modifier = (text) => { 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}) return ({text})
} }