mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix F-14s not using AGM-141 during SEAD
This commit is contained in:
parent
6713ee155c
commit
1793703e47
@ -49,7 +49,7 @@ class SeadIngressBuilder(PydcsWaypointBuilder):
|
|||||||
# All non ARM types like Decoys will use the normal AttackGroup Task
|
# All non ARM types like Decoys will use the normal AttackGroup Task
|
||||||
attack_task = AttackGroup(
|
attack_task = AttackGroup(
|
||||||
miz_group.id,
|
miz_group.id,
|
||||||
weapon_type=DcsWeaponType.Guided,
|
weapon_type=DcsWeaponType.Decoy,
|
||||||
group_attack=True,
|
group_attack=True,
|
||||||
expend=Expend.All,
|
expend=Expend.All,
|
||||||
)
|
)
|
||||||
|
|||||||
@ -30,7 +30,7 @@ platformdirs==2.5.4
|
|||||||
pluggy==1.0.0
|
pluggy==1.0.0
|
||||||
pre-commit==2.20.0
|
pre-commit==2.20.0
|
||||||
pydantic==1.10.2
|
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==5.6.2
|
||||||
pyinstaller-hooks-contrib==2022.13
|
pyinstaller-hooks-contrib==2022.13
|
||||||
pyparsing==3.0.9
|
pyparsing==3.0.9
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user