Update stats.js
Fixed typo after the agility entry
This commit is contained in:
parent
8186df2d2c
commit
1bc9b3f088
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
// 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})
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue