mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Load red static group to define helipads for farp
This commit is contained in:
parent
8c2aa78b9f
commit
90ca619839
@ -211,7 +211,7 @@ class MizCampaignLoader:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def helipads(self) -> Iterator[StaticGroup]:
|
def helipads(self) -> Iterator[StaticGroup]:
|
||||||
for group in self.blue.static_group:
|
for group in itertools.chain(self.blue.static_group, self.red.static_group):
|
||||||
if group.units[0].type in self.FARP_HELIPADS_TYPE:
|
if group.units[0].type in self.FARP_HELIPADS_TYPE:
|
||||||
yield group
|
yield group
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user