mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Use ingress/arrival for helicopter join/split wpts
This commit is contained in:
@@ -11,7 +11,8 @@ from .pydcswaypointbuilder import PydcsWaypointBuilder
|
||||
class BaiIngressBuilder(PydcsWaypointBuilder):
|
||||
def add_tasks(self, waypoint: MovingPoint) -> None:
|
||||
self.register_special_ingress_points()
|
||||
waypoint.tasks.append(OptFormation.trail_open())
|
||||
if not self.flight.is_helo:
|
||||
waypoint.tasks.append(OptFormation.trail_open())
|
||||
# TODO: Add common "UnitGroupTarget" base type.
|
||||
group_names = []
|
||||
target = self.package.target
|
||||
|
||||
Reference in New Issue
Block a user