Fix F-14s not using AGM-141 during SEAD

This commit is contained in:
Raffson 2023-03-05 00:12:49 +01:00
parent 6713ee155c
commit 1793703e47
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ class SeadIngressBuilder(PydcsWaypointBuilder):
# All non ARM types like Decoys will use the normal AttackGroup Task
attack_task = AttackGroup(
miz_group.id,
weapon_type=DcsWeaponType.Guided,
weapon_type=DcsWeaponType.Decoy,
group_attack=True,
expend=Expend.All,
)

View File

@ -30,7 +30,7 @@ platformdirs==2.5.4
pluggy==1.0.0
pre-commit==2.20.0
pydantic==1.10.2
-e git+https://github.com/dcs-retribution/pydcs@98f6150af0b58de1fbc131c47c25a7a3ea3df7e2#egg=pydcs
-e git+https://github.com/dcs-retribution/pydcs@25dc257b0b4da1f50ddfa9c6c5863996bc75472b#egg=pydcs
pyinstaller==5.6.2
pyinstaller-hooks-contrib==2022.13
pyparsing==3.0.9