mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-05 21:20:27 -04:00
Added new synonyms for check. Resolves #22
This commit is contained in:
parent
23bd0b5e75
commit
60d136c036
1 changed files with 1 additions and 1 deletions
2
Input.js
2
Input.js
|
@ -20,7 +20,7 @@ const setSkillSynonyms = ["setskill", "changeskill", "updateskill", "skill"]
|
|||
const showSkillsSynonyms = ["showskills", "skills"]
|
||||
const removeSkillSynonyms = ["removeskill", "deleteskill", "cancelskill"]
|
||||
const clearSkillsSynonyms = ["clearskills"]
|
||||
const checkSynonyms = ["check", "checkstat", "checkstatistic", "checkattribute", "checkability", "checkskill"]
|
||||
const checkSynonyms = ["check", "checkstat", "checkstatistic", "checkattribute", "checkability", "checkskill", "skillcheck", "abilitycheck"]
|
||||
const showNotesSynonyms = ["notes", "shownotes", "viewnotes"]
|
||||
const noteSynonyms = ["note", "takenote"]
|
||||
const clearNotesSynonyms = ["clearnotes"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue