mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fixed position of Tarawa on Syrian Civil War campaign.(A new save is required though)
This commit is contained in:
parent
0d05655e94
commit
6d27b6ce41
@ -110,7 +110,7 @@ class SyrianCivilWar(SyriaTheater):
|
|||||||
self.palmyra = ControlPoint.from_airport(syria.Palmyra, LAND, SIZE_REGULAR, IMPORTANCE_LOW)
|
self.palmyra = ControlPoint.from_airport(syria.Palmyra, LAND, SIZE_REGULAR, IMPORTANCE_LOW)
|
||||||
|
|
||||||
self.carrier = ControlPoint.carrier("Carrier", Point(18537, -52000), 1001)
|
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.basselAlAssad, connected_to=[self.hama])
|
||||||
self.add_controlpoint(self.marjruhayyil, connected_to=[self.aldumayr])
|
self.add_controlpoint(self.marjruhayyil, connected_to=[self.aldumayr])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user