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

Fix: Skip TB guidance if user didn't have their game settings correctly set (#2449)

This commit is contained in:
LmeSzinc
2023-04-04 03:27:09 +08:00
parent 998a57bb09
commit 9322a3f054

View File

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