From 76beed8ab6f4ba571b06b0332227dfcc4cf68c8c Mon Sep 17 00:00:00 2001
From: FloPinguin <25036848+FloPinguin@users.noreply.github.com>
Date: Tue, 23 Dec 2025 22:54:41 +0100
Subject: [PATCH] =?UTF-8?q?Add=20"Four=20Islands"=20=F0=9F=8F=9D=EF=B8=8F?=
=?UTF-8?q?=20to=20the=20playlist=20(Based=20on=20feedback)=20(#2679)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## Description:
Saw a few people in the OF Discord missing that map in the playlist.
As far as I know, it wasn’t added because Evan was worried about
stalemates.
But since the map is fairly small (1500x1500) and two hydros can destroy
an entire island, it shouldn’t be any more prone to stalemates than
Baikal (2500x1500).
Could deliver some variety (Nuke-heavy gameplay). And especially crazy
team games.
## 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:
FloPinguin
---
src/server/MapPlaylist.ts | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/server/MapPlaylist.ts b/src/server/MapPlaylist.ts
index dacc005b6..5cacf3440 100644
--- a/src/server/MapPlaylist.ts
+++ b/src/server/MapPlaylist.ts
@@ -36,6 +36,7 @@ const frequency: Partial> = {
EuropeClassic: 3,
FalklandIslands: 4,
FaroeIslands: 4,
+ FourIslands: 4,
GatewayToTheAtlantic: 5,
GulfOfStLawrence: 4,
Halkidiki: 4,