mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-21 03:54:11 +08:00
Fix: appear condition when entering zone switch
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user