mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-06 05:30:28 -04:00
Resolves #9
This commit is contained in:
parent
323ccc87c0
commit
f1ac3a2905
1 changed files with 1 additions and 0 deletions
1
Input.js
1
Input.js
|
@ -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`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue