From b2b398f37d0ab841f468c8e81b78dd0782c1575a Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 15 Oct 2023 12:00:06 +0200 Subject: more chat filers --- constants/PlayerChatFilter.json | 6 ++++-- 1 file 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" ] }, { -- cgit