mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Add TODOs for carrier CP names.
This commit is contained in:
parent
13e372159a
commit
c1614ad5a7
@ -191,12 +191,14 @@ class MizCampaignLoader:
|
|||||||
|
|
||||||
for blue in (False, True):
|
for blue in (False, True):
|
||||||
for group in self.carriers(blue):
|
for group in self.carriers(blue):
|
||||||
|
# TODO: Name the carrier.
|
||||||
control_point = ControlPoint.carrier(
|
control_point = ControlPoint.carrier(
|
||||||
"carrier", group.position, next(self.control_point_id))
|
"carrier", group.position, next(self.control_point_id))
|
||||||
control_point.captured = blue
|
control_point.captured = blue
|
||||||
control_point.captured_invert = group.late_activation
|
control_point.captured_invert = group.late_activation
|
||||||
control_points[control_point.id] = control_point
|
control_points[control_point.id] = control_point
|
||||||
for group in self.lhas(blue):
|
for group in self.lhas(blue):
|
||||||
|
# TODO: Name the LHA.
|
||||||
control_point = ControlPoint.lha(
|
control_point = ControlPoint.lha(
|
||||||
"lha", group.position, next(self.control_point_id))
|
"lha", group.position, next(self.control_point_id))
|
||||||
control_point.captured = blue
|
control_point.captured = blue
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user