diff --git a/Output.js b/Output.js index c08f9c6..2993932 100644 --- a/Output.js +++ b/Output.js @@ -205,9 +205,9 @@ const modifier = (text) => { text += "\n Launches the create character setup." text += "\n#bio" text += "\n Shows the character's abilities, skills, spells, inventory, and everything else about this character." - text += "\n#setclass" + text += "\n#setclass class" text += "\n Sets the class of the character for player reference." - text += "\n#setsummary" + text += "\n#setsummary summary" text += "\n Sets the summary of the character for player reference." text += "\n#sethealth value" text += "\n Sets the character's health to specified value. It's capped at the character's max health." @@ -291,7 +291,7 @@ const modifier = (text) => { text += "\n\n--Spells--" text += "\n#learnspell spell" text += "\n Adds the specified spell to the character's spellbook. Creates a story card if necessary." - text += "\n#forgetSpell" + text += "\n#forgetSpell spell" text += "\n Removes the specified spell from the character's spellbook" text += "\n#clearspells" text += "\n Removes all spells from the character's spellbook."