enable AEWC missions on FOBs

This commit is contained in:
zhexu14 2023-05-04 23:05:41 +10:00 committed by Raffson
parent 0a4706e6f4
commit 790d08fa13
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -1458,7 +1458,8 @@ class Fob(ControlPoint, RadioFrequencyContainer, CTLD):
if not self.is_friendly(for_player):
yield FlightType.STRIKE
yield FlightType.AIR_ASSAULT
yield FlightType.OCA_AIRCRAFT
else:
yield FlightType.AEWC
yield from super().mission_types(for_player)