skill points actually at 5

This commit is contained in:
Matt Brockman 2021-01-15 21:31:58 -08:00
parent e102ab6ed8
commit bdec90bcef

View file

@ -3,7 +3,7 @@
//creates skills with 5 skill points (for input modifier)
const modifier = (text) => {
state.skills = {'turtle':1}
state.skillPoints = 1
state.skillPoints = 5
state.disableRandomSkill = true
return ({text})
}