This commit is contained in:
Raffson
2022-11-13 22:22:57 +01:00
parent 2aee878a40
commit 004a99e080
6 changed files with 37 additions and 9 deletions

View File

@@ -194,7 +194,7 @@ class FormationAttackBuilder(IBuilder[FlightPlanT, LayoutT], ABC):
initial = None
if self.package.primary_task == FlightType.STRIKE:
ingress = builder.nav(
self.package.waypoints.ingress, Distance.from_feet(20000)
self.package.waypoints.ingress, self.doctrine.ingress_altitude
)
initial = builder.ingress(
ingress_type, self.package.waypoints.initial, self.package.target