diff options
-rw-r--r-- | constants/PlayerChatFilter.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/constants/PlayerChatFilter.json b/constants/PlayerChatFilter.json index 8b3e012..47be09e 100644 --- a/constants/PlayerChatFilter.json +++ b/constants/PlayerChatFilter.json @@ -22,7 +22,8 @@ "description": "Player wants to buy stuff", "containsWord": [ "buying", - "i buy" + "i buy", + "someone sells" ] }, { @@ -54,7 +55,8 @@ { "description": "Player wants to advertise a minion shop", "containsWord": [ - "minion shop" + "minion shop", + "minion store" ] }, { |