Fixed incorrect text when clearing spells.

This commit is contained in:
raeleus 2024-10-10 22:20:34 -07:00
parent 9cb476e1ed
commit d8861836d1
2 changed files with 4 additions and 1 deletions

View file

@ -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"