mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-05 21:20:27 -04:00
Added note synonyms. Resolves #21
This commit is contained in:
parent
60d136c036
commit
942e4f240e
1 changed files with 1 additions and 1 deletions
2
Input.js
2
Input.js
|
@ -22,7 +22,7 @@ const removeSkillSynonyms = ["removeskill", "deleteskill", "cancelskill"]
|
|||
const clearSkillsSynonyms = ["clearskills"]
|
||||
const checkSynonyms = ["check", "checkstat", "checkstatistic", "checkattribute", "checkability", "checkskill", "skillcheck", "abilitycheck"]
|
||||
const showNotesSynonyms = ["notes", "shownotes", "viewnotes"]
|
||||
const noteSynonyms = ["note", "takenote"]
|
||||
const noteSynonyms = ["note", "takenote", "setnote", "createnote"]
|
||||
const clearNotesSynonyms = ["clearnotes"]
|
||||
const eraseNoteSynonyms = ["erasenote", "removenote", "deletenote", "cancelnote"]
|
||||
const takeSynonyms = ["take", "steal", "get", "grab", "receive", "loot"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue