mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +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
|
||||
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:
|
||||
yield group
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user