mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-06 05:30:28 -04:00
Fixed incorrect text when clearing spells.
This commit is contained in:
parent
9cb476e1ed
commit
d8861836d1
2 changed files with 4 additions and 1 deletions
2
Input.js
2
Input.js
|
@ -2802,7 +2802,7 @@ function doGenerateName(command) {
|
|||
function doClearSpells(command) {
|
||||
var character = getCharacter()
|
||||
character.spells = []
|
||||
state.show = "clearInventory"
|
||||
state.show = "clearSpells"
|
||||
return " "
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue