diff --git a/game/operation/operation.py b/game/operation/operation.py index 3ca893e5..3df80df7 100644 --- a/game/operation/operation.py +++ b/game/operation/operation.py @@ -399,6 +399,7 @@ class Operation: @classmethod def _generate_ground_conflicts(cls) -> None: """For each frontline in the Operation, generate the ground conflicts and JTACs""" + cls.jtacs = [] for front_line in cls.game.theater.conflicts(): player_cp = front_line.blue_cp enemy_cp = front_line.red_cp