mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
More Performance for Golan heights startup with only one frontline.
This commit is contained in:
parent
59bee5f23e
commit
40932c9e84
@ -41,8 +41,8 @@ class GolanHeights(SyriaTheater):
|
||||
self.carrier = ControlPoint.carrier("Carrier", Point(-280000, -238000), 1001)
|
||||
self.lha = ControlPoint.lha("LHA Carrier", Point(-237000, -89800), 1002)
|
||||
|
||||
self.add_controlpoint(self.ramatDavid, connected_to=[self.khalkhala, self.kinghussein])
|
||||
self.add_controlpoint(self.khalkhala, connected_to=[self.ramatDavid, self.kinghussein, self.marjruhayyil])
|
||||
self.add_controlpoint(self.ramatDavid, connected_to=[self.kinghussein])
|
||||
self.add_controlpoint(self.khalkhala, connected_to=[self.kinghussein, self.marjruhayyil])
|
||||
self.add_controlpoint(self.kinghussein, connected_to=[self.khalkhala, self.ramatDavid])
|
||||
self.add_controlpoint(self.marjruhayyil, connected_to=[self.khalkhala, self.mezzeh, self.aldumayr])
|
||||
self.add_controlpoint(self.mezzeh, connected_to=[self.marjruhayyil])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user