diff --git a/game/commander/tasks/compound/nextaction.py b/game/commander/tasks/compound/nextaction.py index 4f1aac5e..f2c50c7a 100644 --- a/game/commander/tasks/compound/nextaction.py +++ b/game/commander/tasks/compound/nextaction.py @@ -28,9 +28,9 @@ class PlanNextAction(CompoundTask[TheaterState]): yield [ProtectAirSpace()] yield [DefendBases()] yield [InterdictReinforcements()] - yield [DegradeIads()] yield [AttackBattlePositions()] yield [CaptureBases()] yield [AttackAirInfrastructure(self.aircraft_cold_start)] yield [AttackBuildings()] yield [AttackShips()] + yield [DegradeIads()]