add return to modifier

This commit is contained in:
Matt Brockman 2021-01-15 21:25:54 -08:00
parent a4dd047b32
commit e102ab6ed8

View file

@ -5,6 +5,7 @@ const modifier = (text) => {
state.skills = {'turtle':1}
state.skillPoints = 1
state.disableRandomSkill = true
return ({text})
}
// Don't modify this part