mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-26 05:55:03 +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
|
# 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):
|
if self.appear_then_click(AUTO_SEARCH_REWARD, offset=(50, 50), interval=3):
|
||||||
continue
|
continue
|
||||||
|
# Skip TB guidance if user didn't have their game settings correctly set
|
||||||
|
if self.handle_map_event():
|
||||||
|
continue
|
||||||
|
|
||||||
def order_quit(self):
|
def order_quit(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user