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

Add: handle_map_walk_speedup()

This commit is contained in:
LmeSzinc
2023-08-03 22:59:37 +08:00
parent dae4b26147
commit d389f75c5f
9 changed files with 31 additions and 0 deletions

View File

@@ -148,6 +148,7 @@ class MapOperation(MysteryHandler, FleetPreparation, Retirement, FastForwardHand
# Map preparation
if map_timer.reached() and self.handle_map_preparation():
self.map_get_info()
self.handle_map_walk_speedup()
self.handle_fast_forward()
self.handle_auto_search()
if self.triggered_map_stop():