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:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user