From b648b102faf4a8955f968be0d30497b01f1792e2 Mon Sep 17 00:00:00 2001 From: Damien Gustave Date: Sun, 8 Mar 2026 05:38:37 +0100 Subject: [PATCH] feat(chat): add stop trading with all chat option (#3362) ## Description: Adds a quick chat option to ask a player to stop trading with all. I wrote it in double quote to inform this is an option as I think most of the players do not even know about this option. image ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: ``` .delovan ``` --- resources/QuickChat.json | 4 ++++ resources/lang/en.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/QuickChat.json b/resources/QuickChat.json index fd06c2859..7da9bdf0d 100644 --- a/resources/QuickChat.json +++ b/resources/QuickChat.json @@ -237,6 +237,10 @@ { "key": "stop_trading", "requiresPlayer": true + }, + { + "key": "stop_trading_all", + "requiresPlayer": false } ] } diff --git a/resources/lang/en.json b/resources/lang/en.json index 60754c189..696c4bd0c 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -686,7 +686,8 @@ "mirv_ready": "[P1] has enough gold to launch a MIRV!", "snowballing": "[P1] is snowballing too fast!", "cheating": "[P1] is cheating!", - "stop_trading": "Stop trading with [P1]!" + "stop_trading": "Stop trading with [P1]!", + "stop_trading_all": "Please stop trading with all!" } }, "build_menu": {