1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-21 00:55:34 +08:00

Update campaign_7_4.py

删除了嵌套
This commit is contained in:
Mirageorwhatever
2022-11-26 12:35:35 +08:00
committed by GitHub
parent 2bf7d0be11
commit d1a0b288b9

View File

@@ -43,7 +43,7 @@ road_a1 = RoadGrids([A2 , [C3, D2]])
road_g6 = RoadGrids([G4])
roads = [road_a1, road_g6]
fleet_2_step_on = SelectedGrids([A4, A2, G4, [D2, C3]])
fleet_2_step_on = SelectedGrids([A4, A2, G4, D2, C3])
road_a5 = RoadGrids([A4, A2, [C3, D2]]) \
.combine(RoadGrids([G4]))