add return to modifier
This commit is contained in:
parent
a4dd047b32
commit
e102ab6ed8
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ const modifier = (text) => {
|
|||
state.skills = {'turtle':1}
|
||||
state.skillPoints = 1
|
||||
state.disableRandomSkill = true
|
||||
return ({text})
|
||||
}
|
||||
|
||||
// Don't modify this part
|
||||
|
|
Reference in a new issue