1
0
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:
LmeSzinc
2020-12-29 23:42:05 +08:00
parent c015e2b62a
commit c2ab750f0c
6 changed files with 6 additions and 21 deletions

View File

@@ -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)