mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: appear condition when entering zone switch
This commit is contained in:
parent
461132bbd0
commit
5940487699
@ -154,7 +154,8 @@ class GlobeOperation(ActionPointHandler, MapEventHandler):
|
||||
return True
|
||||
|
||||
for _ in range(3):
|
||||
self.ui_click(ZONE_SWITCH, check_button=self.is_in_zone_select, skip_first_screenshot=True)
|
||||
self.ui_click(ZONE_SWITCH, appear_button=self.is_zone_pinned, check_button=self.is_in_zone_select,
|
||||
skip_first_screenshot=True)
|
||||
|
||||
selection = self.get_zone_select()
|
||||
logger.attr('Zone_selection', selection)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user