Initial attempt at fixing escorts

This commit is contained in:
Raffson
2022-10-31 18:19:46 +01:00
parent f2f818acb3
commit 395969a371
5 changed files with 86 additions and 37 deletions

View File

@@ -63,6 +63,7 @@ class Flight(SidcDescribable):
self.start_type = start_type
self.use_custom_loadout = False
self.custom_name = custom_name
self.group_id: int = 0
# Only used by transport missions.
self.cargo = cargo