From 6290607eb6e556970430e889eb7e317d3d07d4e9 Mon Sep 17 00:00:00 2001 From: Druss99 <42724070+Druss99@users.noreply.github.com> Date: Wed, 13 Aug 2025 06:32:36 -0400 Subject: [PATCH] Expend all ARMs for SEAD (#562) --- changelog.md | 1 + game/missiongenerator/aircraft/waypoints/seadingress.py | 1 + 2 files changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index cd287cfc..1fcea702 100644 --- a/changelog.md +++ b/changelog.md @@ -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) diff --git a/game/missiongenerator/aircraft/waypoints/seadingress.py b/game/missiongenerator/aircraft/waypoints/seadingress.py index 40e0b93a..5224cd34 100644 --- a/game/missiongenerator/aircraft/waypoints/seadingress.py +++ b/game/missiongenerator/aircraft/waypoints/seadingress.py @@ -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