Add anti-ship missions.

The only practical difference between this and BAI is that the target is
floating, so this mostly shares its implementation with BAI.

Fixes https://github.com/Khopa/dcs_liberation/issues/350
This commit is contained in:
Dan Albert
2020-11-16 23:29:19 -08:00
parent 9f2409bb9e
commit 082e8c062c
4 changed files with 42 additions and 8 deletions

View File

@@ -255,9 +255,7 @@ class ControlPoint(MissionTarget):
]
else:
if self.is_fleet:
yield from [
# TODO: FlightType.ANTISHIP
]
yield FlightType.ANTISHIP
else:
yield from [
# TODO: FlightType.STRIKE