1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-06-23 21:47:36 +08:00
This commit is contained in:
2026-06-22 03:54:33 +08:00
15 changed files with 40 additions and 8 deletions

View File

@@ -380,8 +380,7 @@ class FastForwardHandler(AutoSearchHandler):
# Insert custom increase logic
if self.config.STAGE_INCREASE_AB:
stage_increase = [
'A1 > A2 > A3 > B1 > B2 > B3',
'C1 > C2 > C3 > D1 > D2 > D3',
'A1 > A2 > A3 > B1 > B2 > B3',
] + stage_increase
custom = self.config.STAGE_INCREASE_CUSTOM
if custom: