Rename OCA strike tasks.

This commit is contained in:
Dan Albert
2020-11-24 17:28:48 -08:00
parent 65ac30acda
commit b99462b628
7 changed files with 29 additions and 26 deletions

View File

@@ -389,8 +389,8 @@ class Airfield(ControlPoint):
]
else:
yield from [
FlightType.OCA_STRIKE,
FlightType.RUNWAY_ATTACK,
FlightType.OCA_AIRCRAFT,
FlightType.OCA_RUNWAY,
]
yield from super().mission_types(for_player)