Implement OCA strike missions.

https://github.com/Khopa/dcs_liberation/issues/349
This commit is contained in:
Dan Albert
2020-11-23 17:58:53 -08:00
parent 6e0af7c144
commit b0317055e7
7 changed files with 98 additions and 14 deletions

View File

@@ -409,8 +409,8 @@ class Airfield(ControlPoint):
]
else:
yield from [
FlightType.OCA_STRIKE,
FlightType.RUNWAY_ATTACK,
# TODO: FlightType.OCA_STRIKE
]
yield from super().mission_types(for_player)