This commit is contained in:
raeleus 2024-09-26 07:55:46 -07:00
parent 323ccc87c0
commit f1ac3a2905

View file

@ -1471,6 +1471,7 @@ function doForgetSpell(command) {
var index = character.spells.findIndex(x => x.toLowerCase() == arg0.toLowerCase())
character.spells.splice(index, 1)
state.show = "none"
return `\n[${character.name} forgot the spell ${arg0}]\n`
}