mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-05 13:10:28 -04:00
Fixed message for setskill and made ability optional.
This commit is contained in:
parent
250173148a
commit
8e9d1f8105
2 changed files with 13 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue