mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-06 05:30:28 -04:00
Added "pay" as a synonym of drop.
This commit is contained in:
parent
e4d87bc078
commit
f90680edfd
1 changed files with 1 additions and 1 deletions
2
Input.js
2
Input.js
|
@ -28,7 +28,7 @@ const eraseNoteSynonyms = ["erasenote", "removenote", "deletenote", "cancelnote"
|
|||
const takeSynonyms = ["take", "steal", "get", "grab", "receive", "loot"]
|
||||
const buySynonyms = ["buy", "purchase", "barter", "trade", "swap", "exchange"]
|
||||
const sellSynonyms = ["sell", ]
|
||||
const dropSynonyms = ["remove", "discard", "drop", "leave", "dispose", "toss", "throw", "throwaway", "trash", "donate", "eat", "consume", "use", "drink"]
|
||||
const dropSynonyms = ["remove", "discard", "drop", "leave", "dispose", "toss", "throw", "throwaway", "trash", "donate", "eat", "consume", "use", "drink", "pay"]
|
||||
const giveSynonyms = ["give", "handover", "hand", "gift"]
|
||||
const inventorySynonyms = ["inv", "inventory", "backpack", "gear", "showinv", "showinventory", "viewinventory", "viewinv"]
|
||||
const clearInventorySynonyms = ["clearinventory", "clearinv", "emptyinventory", "emptybackpack", "clearbackpack", "emptygear", "cleargear"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue