mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
A-20G won't level bomb unit groups
This commit is contained in:
parent
f29cb99530
commit
1f43fbe16e
@ -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