From ed8a828afbf041bd9bc8ae9f726d20c69b4dc052 Mon Sep 17 00:00:00 2001 From: SunnyBoyWTF Date: Wed, 19 Feb 2025 13:42:28 -0500 Subject: [PATCH] add two new bots to Africa --- resources/maps/Africa.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/resources/maps/Africa.json b/resources/maps/Africa.json index 07fa27d70..ccd5a3609 100644 --- a/resources/maps/Africa.json +++ b/resources/maps/Africa.json @@ -26,6 +26,18 @@ "name": "Central African Republic", "strength": 2, "flag": "cf" + }, + { + "coordinates": [746, 124], + "name": "Tunisia", + "strength": 3, + "flag": "tn" + }, + { + "coordinates": [1397, 304], + "name": "Egypt", + "strength": 3, + "flag": "eg" } ] }