mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Set AGL altitude on target waypoints
This commit is contained in:
parent
29d3b5dfc6
commit
730130b19e
@ -253,6 +253,7 @@ class WaypointBuilder:
|
|||||||
waypoint.description = description
|
waypoint.description = description
|
||||||
waypoint.pretty_name = description
|
waypoint.pretty_name = description
|
||||||
waypoint.name = target.name
|
waypoint.name = target.name
|
||||||
|
waypoint.alt_type = "RADIO"
|
||||||
# The target waypoints are only for the player's benefit. AI tasks for
|
# The target waypoints are only for the player's benefit. AI tasks for
|
||||||
# the target are set on the ingress point so they begin their attack
|
# the target are set on the ingress point so they begin their attack
|
||||||
# *before* reaching the target.
|
# *before* reaching the target.
|
||||||
@ -279,6 +280,7 @@ class WaypointBuilder:
|
|||||||
waypoint.description = name
|
waypoint.description = name
|
||||||
waypoint.pretty_name = name
|
waypoint.pretty_name = name
|
||||||
waypoint.name = name
|
waypoint.name = name
|
||||||
|
waypoint.alt_type = "RADIO"
|
||||||
# The target waypoints are only for the player's benefit. AI tasks for
|
# The target waypoints are only for the player's benefit. AI tasks for
|
||||||
# the target are set on the ingress point so they begin their attack
|
# the target are set on the ingress point so they begin their attack
|
||||||
# *before* reaching the target.
|
# *before* reaching the target.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user