mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +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