From c1614ad5a7b98566931b4215e62acad54f683384 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 19 Nov 2020 21:19:53 -0800 Subject: [PATCH] Add TODOs for carrier CP names. --- game/theater/conflicttheater.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/game/theater/conflicttheater.py b/game/theater/conflicttheater.py index d6605c47..6039c4f9 100644 --- a/game/theater/conflicttheater.py +++ b/game/theater/conflicttheater.py @@ -191,12 +191,14 @@ class MizCampaignLoader: for blue in (False, True): for group in self.carriers(blue): + # TODO: Name the carrier. control_point = ControlPoint.carrier( "carrier", group.position, next(self.control_point_id)) control_point.captured = blue control_point.captured_invert = group.late_activation control_points[control_point.id] = control_point for group in self.lhas(blue): + # TODO: Name the LHA. control_point = ControlPoint.lha( "lha", group.position, next(self.control_point_id)) control_point.captured = blue