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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
## Fixes
* **[Flight Plans]** Fixed a bug when a package was created with only escort flights
* **[Flight Plans]** Added AntiShipStrike as a fallback task for OCA/Aircraft to fix a bug where the S-3B could not do OCA/Aircraft
# Retribution v1.4.1 (hotfix)

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,