diff --git a/Input.js b/Input.js index cc8464e..3858518 100644 --- a/Input.js +++ b/Input.js @@ -27,7 +27,7 @@ const clearNotesSynonyms = ["clearnotes"] 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 sellSynonyms = ["sell"] 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"]