1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-02 11:54:09 +08:00

Revert "Add: Box recycle module"

This commit is contained in:
LmeSzinc
2020-09-16 22:54:49 +08:00
committed by GitHub
parent 71627dd555
commit 1f058030f6
39 changed files with 4 additions and 536 deletions

View File

@@ -38,8 +38,8 @@ A4, B4, C4, D4, E4, F4, G4, H4, \
A5, B5, C5, D5, E5, F5, G5, H5 = MAP.flatten()
ROAD_MAIN = RoadGrids([A3, [C3, B4, C5], [F1, G2, G3]])
GRIDS_FOR_FASTER = SelectedGrids([D3])
FLEET_2_STEP_ON = SelectedGrids([D3])
GRIDS_FOR_FASTER = SelectedGrids([A3, C3, E3, G3])
FLEET_2_STEP_ON = SelectedGrids([A3, G3, C3, E3])
class Config: