From 373de1a75282c96d008b75f85cdac34508ed33cb Mon Sep 17 00:00:00 2001 From: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com> Date: Thu, 22 May 2025 21:48:53 +0300 Subject: [PATCH] New bot names (#435) ## Description: Adds several new names for bots to use. Fixes #465 ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced - [x] I understand that submitting code with bugs that could have been caught through manual testing blocks releases and new features for all contributors ## Please put your Discord username so you can be contacted if a bug or regression is found: N/A --- src/core/execution/utils/BotNames.ts | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/src/core/execution/utils/BotNames.ts b/src/core/execution/utils/BotNames.ts index 59133b5ce..72e30aaf8 100644 --- a/src/core/execution/utils/BotNames.ts +++ b/src/core/execution/utils/BotNames.ts @@ -171,6 +171,13 @@ export const BOT_NAME_PREFIXES = [ "Baloch", "Afghan", "Persian", + "Kenyan", + "Ugandan", + "Bhutanese", + "Latin", + "Moldovan", + "Militant", + "Spartan", ]; export const BOT_NAME_SUFFIXES = [ "Empire", @@ -224,9 +231,24 @@ export const BOT_NAME_SUFFIXES = [ "Ascendancy", "Supremacy", "Province", - "Kingdoms", - "Tribes", + "Tribe", "Dominion", "Assembly", "Republics", + "Army", + "Dictatorship", + "Country", + "Oligarchy", + "Monkdom", + "Throng", + "Host", + "Area", + "District", + "Fief", + "Wilderness", + "Settlement", + "Parliament", + "Anarchy", + "Democracy", + "Autocracy", ];