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

Refactor: Abstract chapter switches from 20240725 to 20241219

This commit is contained in:
LmeSzinc
2024-12-20 21:07:58 +08:00
parent a3bb25a95d
commit cc2cf0d046
27 changed files with 151 additions and 119 deletions

View File

@@ -265,7 +265,7 @@ class MapOperation(MysteryHandler, FleetPreparation, Retirement, FastForwardHand
bool: If map mode satisfied
Always True if map doesn't have mode switch in map preparation
"""
if not self.config.MAP_HAS_MODE_SWITCH:
if not self.config.MAP_HAS_MODE_SWITCH and not self.config.MAP_CHAPTER_SWITCH_20241219:
return True
if mode == 'normal':