Fix S-3B unable to do OCA/Aircraft (#533)

This commit is contained in:
Druss99
2025-07-08 18:25:40 -04:00
committed by GitHub
parent 1231cb145d
commit da7d3a3f1a
2 changed files with 2 additions and 2 deletions

View File

@@ -307,7 +307,7 @@ class AircraftBehavior:
)
def configure_oca_strike(self, group: FlyingGroup[Any], flight: Flight) -> None:
self.configure_task(flight, group, CAS, [AFAC, SEAD])
self.configure_task(flight, group, CAS, [AFAC, SEAD, AntishipStrike])
self.configure_behavior(
flight,
group,