From 6d27b6ce4154d272160d2b3ab5d6e763c3ade1e1 Mon Sep 17 00:00:00 2001 From: Khopa Date: Fri, 21 Aug 2020 12:03:50 +0200 Subject: [PATCH] Fixed position of Tarawa on Syrian Civil War campaign.(A new save is required though) --- theater/syria.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theater/syria.py b/theater/syria.py index 7b941778..9fe88dae 100644 --- a/theater/syria.py +++ b/theater/syria.py @@ -110,7 +110,7 @@ class SyrianCivilWar(SyriaTheater): self.palmyra = ControlPoint.from_airport(syria.Palmyra, LAND, SIZE_REGULAR, IMPORTANCE_LOW) self.carrier = ControlPoint.carrier("Carrier", Point(18537, -52000), 1001) - self.lha = ControlPoint.lha("LHA", Point(116000, 30000), 1002) + self.lha = ControlPoint.lha("LHA", Point(116000, -30000), 1002) self.add_controlpoint(self.basselAlAssad, connected_to=[self.hama]) self.add_controlpoint(self.marjruhayyil, connected_to=[self.aldumayr])