Helicopter flights can be planned from FOBs

This commit is contained in:
Khopa
2021-05-21 00:34:51 +02:00
parent 844dc48d65
commit d5990e60c9
10 changed files with 93 additions and 17 deletions

View File

@@ -587,6 +587,8 @@ class HelipadGenerator:
sp.position = pad.position
sg.add_point(sp)
country.add_static_group(sg)
helipad.static_unit = sg
helipad.occupied = False
class GroundObjectsGenerator: