mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Force minimum altitude for launching decoys
This commit is contained in:
parent
843bb30b99
commit
648fad33d8
@ -52,6 +52,7 @@ class SeadIngressBuilder(PydcsWaypointBuilder):
|
|||||||
weapon_type=DcsWeaponType.Decoy,
|
weapon_type=DcsWeaponType.Decoy,
|
||||||
group_attack=True,
|
group_attack=True,
|
||||||
expend=Expend.All,
|
expend=Expend.All,
|
||||||
|
altitude=waypoint.alt
|
||||||
)
|
)
|
||||||
waypoint.tasks.append(attack_task)
|
waypoint.tasks.append(attack_task)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user