Add windsocks to FARPs

cherry-pick from 39152eab3c
This commit is contained in:
bbirchnz
2022-01-08 11:58:53 +11:00
committed by RndName
parent 30ac898aa9
commit 5a037d8b75

View File

@@ -648,6 +648,15 @@ class HelipadGenerator:
),
heading=heading,
)
self.m.static_group(
country=country,
name=(name_i + "_ws"),
_type=Fortification.Windsock,
position=pad.position.point_from_heading(
helipad.heading.degrees + 45, 35
),
heading=pad.heading,
)
class GroundObjectsGenerator: