mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user