mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Revert "Force SEAD into threat-range"
This reverts commit 61b2d7c68e5bb3e6ab5225d45a532d8ff0e415bf.
This commit is contained in:
parent
d2004e5b11
commit
d484e133ce
@ -491,7 +491,7 @@ class WaypointBuilder:
|
|||||||
).meters
|
).meters
|
||||||
if target.strike_targets:
|
if target.strike_targets:
|
||||||
threat_range = (
|
threat_range = (
|
||||||
0.8 * max([x.threat_range for x in target.strike_targets]).meters
|
1.1 * max([x.threat_range for x in target.strike_targets]).meters
|
||||||
)
|
)
|
||||||
hdg = target.position.heading_between_point(ingress)
|
hdg = target.position.heading_between_point(ingress)
|
||||||
hold = target.position.point_from_heading(
|
hold = target.position.point_from_heading(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user