mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
enable AEWC missions on FOBs
This commit is contained in:
parent
c14c7cc73d
commit
c9e4b5eba4
@ -1444,6 +1444,8 @@ class Fob(ControlPoint):
|
||||
if not self.is_friendly(for_player):
|
||||
yield FlightType.STRIKE
|
||||
yield FlightType.AIR_ASSAULT
|
||||
else:
|
||||
yield FlightType.AEWC
|
||||
|
||||
yield from super().mission_types(for_player)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user