diff --git a/game/pretense/pretenseaircraftgenerator.py b/game/pretense/pretenseaircraftgenerator.py index 81d9e935..e297901f 100644 --- a/game/pretense/pretenseaircraftgenerator.py +++ b/game/pretense/pretenseaircraftgenerator.py @@ -962,6 +962,7 @@ class PretenseAircraftGenerator: elif ( flight.flight_type == FlightType.STRIKE or flight.flight_type == FlightType.BAI + or flight.flight_type == FlightType.ARMED_RECON ): for cp in control_points_to_scan: if cp.coalition == flight.coalition or cp == flight.departure: