diff --git a/game/ato/flightplans/waypointbuilder.py b/game/ato/flightplans/waypointbuilder.py index 6b89b977..3ed23cb3 100644 --- a/game/ato/flightplans/waypointbuilder.py +++ b/game/ato/flightplans/waypointbuilder.py @@ -491,7 +491,7 @@ class WaypointBuilder: ).meters if target.strike_targets: 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) hold = target.position.point_from_heading(