Fixed message for setskill and made ability optional.

This commit is contained in:
raeleus 2024-09-20 06:58:37 -07:00
parent 250173148a
commit 8e9d1f8105
2 changed files with 13 additions and 6 deletions

View file

@ -247,8 +247,8 @@ const modifier = (text) => {
text += "\n Sets the character's ability modifier that affects ranged attacks."
text += "\n\n--Skills--"
text += "\n#setskill skill ability value"
text += "\n Adds the skill to the character if necessary, and associates it with the specified ability and value."
text += "\n#setskill skill (ability) value"
text += "\n Adds the skill to the character if necessary, and associates it with the specified ability and value. The ability is optional only if this is an existing skill. New skills need an ability specified."
text += "\n#showskills"
text += "\n Shows the character's list of skills"
text += "\n#removeskill"