mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
A-20G won't level bomb unit groups
This commit is contained in:
parent
ef84703da9
commit
ab26a76789
@ -1387,7 +1387,7 @@ class SeadIngressBuilder(PydcsWaypointBuilder):
|
||||
|
||||
class StrikeIngressBuilder(PydcsWaypointBuilder):
|
||||
def build(self) -> MovingPoint:
|
||||
if self.group.units[0].unit_type in [B_17G, A_20G, B_52H, Tu_22M3]:
|
||||
if self.group.units[0].unit_type in [B_17G, B_52H, Tu_22M3]:
|
||||
return self.build_bombing()
|
||||
else:
|
||||
return self.build_strike()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user