mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 21:27:01 +08:00
Fix: Skip TB guidance if user didn't have their game settings correctly set (#2449)
This commit is contained in:
@@ -38,6 +38,9 @@ class MapOrderHandler(MapOperation, ActionPointHandler, MapEventHandler, ZoneMan
|
||||
# A game bug that AUTO_SEARCH_REWARD from the last cleared zone popups
|
||||
if self.appear_then_click(AUTO_SEARCH_REWARD, offset=(50, 50), interval=3):
|
||||
continue
|
||||
# Skip TB guidance if user didn't have their game settings correctly set
|
||||
if self.handle_map_event():
|
||||
continue
|
||||
|
||||
def order_quit(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user