mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix S-3B unable to do OCA/Aircraft (#533)
This commit is contained in:
parent
1231cb145d
commit
da7d3a3f1a
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
## Fixes
|
## Fixes
|
||||||
* **[Flight Plans]** Fixed a bug when a package was created with only escort flights
|
* **[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)
|
# Retribution v1.4.1 (hotfix)
|
||||||
|
|
||||||
|
|||||||
@ -307,7 +307,7 @@ class AircraftBehavior:
|
|||||||
)
|
)
|
||||||
|
|
||||||
def configure_oca_strike(self, group: FlyingGroup[Any], flight: Flight) -> None:
|
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(
|
self.configure_behavior(
|
||||||
flight,
|
flight,
|
||||||
group,
|
group,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user