From 696201a06aa2e1430eef15ec2b37acda4fa7392b Mon Sep 17 00:00:00 2001 From: Duwibi <86431918+Duwibi@users.noreply.github.com> Date: Wed, 30 Jul 2025 20:28:19 +0300 Subject: [PATCH] Make Baikal More Common (#1616) ## Description: This PR updates the chance of the Baikal Map from 1 to 2. (Following the rise in popularity of the map) ## 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 - [ ] I have read and accepted the CLA agreement (only required once). ## Please put your Discord username so you can be contacted if a bug or regression is found: DISCORD_USERNAME Nikola123 --- src/server/MapPlaylist.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/MapPlaylist.ts b/src/server/MapPlaylist.ts index afd5c3750..9f41c89e0 100644 --- a/src/server/MapPlaylist.ts +++ b/src/server/MapPlaylist.ts @@ -24,6 +24,7 @@ const frequency: Partial> = { World: 3, Europe: 2, Africa: 2, + Baikal: 2, Australia: 1, NorthAmerica: 1, Britannia: 1, @@ -41,7 +42,6 @@ const frequency: Partial> = { BlackSea: 1, FaroeIslands: 1, FalklandIslands: 1, - Baikal: 1, Halkidiki: 1, StraitOfGibraltar: 1, Italia: 1,