This commit is contained in:
spencer-ki
2022-04-13 19:22:16 -07:00
parent 35169eafd9
commit 2ebafda806
7 changed files with 69 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ class UH_60L(HelicopterType):
chaff_charge_size = 1
flare_charge_size = 1
pylons: Set[int] = {1, 2, 3, 4}
pylons: Set[int] = {1, 2, 3, 4, 5, 6, 7}
tasks = [task.Transport]
task_default = task.Transport