Ground war rework

This commit is contained in:
Khopa
2020-05-24 20:32:45 +02:00
parent 5884d9d120
commit f57e453d8d
74 changed files with 1255 additions and 1965 deletions

View File

@@ -96,6 +96,8 @@ class GroundObjectsGenerator:
ship.heading = u.heading
sg.add_unit(ship)
sg.add_waypoint(sg.points[0].position.point_from_heading(g.units[0].heading, 100000))
else:
if ground_object.dcs_identifier in warehouse_map:
static_type = warehouse_map[ground_object.dcs_identifier]