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
|
@ -259,6 +259,9 @@ const modifier = (text) => {
|
|||
case "clearInventory":
|
||||
text += `[${possessiveName} inventory has been emptied]\n`
|
||||
break
|
||||
case "clearInventory":
|
||||
text += `[${possessiveName} spells have been cleared]\n`
|
||||
break
|
||||
case "showEnemies":
|
||||
text += "*** ENEMIES ***\n"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue