Expend all ARMs for SEAD (#562)

This commit is contained in:
Druss99 2025-08-13 06:32:36 -04:00 committed by GitHub
parent afad73ac27
commit 6290607eb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
* **[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
* **[Squadrons]** Fixed a bug where loading an air wing config would not properly load all squadrons
* **[Flight Plans]** Fixed a bug where SEAD flights would fire one ARM and RTB
# Retribution v1.4.1 (hotfix)

View File

@ -62,6 +62,7 @@ class SeadIngressBuilder(PydcsWaypointBuilder):
# into the SAM instead of waiting for it to come alive
engage_task = EngageGroup(miz_group.id)
engage_task.params["weaponType"] = DcsWeaponType.ARM.value
engage_task.params["expend"] = Expend.All.value
waypoint.tasks.append(engage_task)
# Use other Air-to-Surface Missiles at last