diff --git a/game/theater/controlpoint.py b/game/theater/controlpoint.py index 70aad636..243950e2 100644 --- a/game/theater/controlpoint.py +++ b/game/theater/controlpoint.py @@ -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)