skill points actually at 5
This commit is contained in:
parent
e102ab6ed8
commit
bdec90bcef
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
//creates skills with 5 skill points (for input modifier)
|
//creates skills with 5 skill points (for input modifier)
|
||||||
const modifier = (text) => {
|
const modifier = (text) => {
|
||||||
state.skills = {'turtle':1}
|
state.skills = {'turtle':1}
|
||||||
state.skillPoints = 1
|
state.skillPoints = 5
|
||||||
state.disableRandomSkill = true
|
state.disableRandomSkill = true
|
||||||
return ({text})
|
return ({text})
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue