mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
Del: Complex logic in STOP_IF_MAP_REACH, now it's just how people understand
This commit is contained in:
@@ -64,7 +64,7 @@ class MapOperation(MysteryHandler, FleetPreparation, Retirement, FastForwardHand
|
||||
if map_timer.reached() and self.handle_map_preparation():
|
||||
self.map_get_info()
|
||||
self.handle_fast_forward()
|
||||
if self.handle_map_stop():
|
||||
if self.triggered_map_stop():
|
||||
self.enter_map_cancel()
|
||||
raise ScriptEnd(f'Reach condition: {self.config.STOP_IF_MAP_REACH}')
|
||||
self.device.click(MAP_PREPARATION)
|
||||
|
||||
Reference in New Issue
Block a user