Initial implementation of AEW&C missions.

Still a work in progress (the missions don't actually perform their task, just orbit). Currently:

* AEW&C aircraft can be bought.
* AEW&C missions can be planned at any control point and at front lines.
* AEW&C will return after 4H or Bingo.
This commit is contained in:
Simon Krüger
2021-02-06 02:18:50 +01:00
committed by Simon Clark
parent 4a0ccc4c2f
commit e0501e46e3
13 changed files with 213 additions and 43 deletions

View File

@@ -174,6 +174,7 @@ class Package:
FlightType.TARCAP,
FlightType.BARCAP,
FlightType.SWEEP,
FlightType.AEWC,
FlightType.ESCORT,
]
for task in task_priorities: