mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-08 15:58:44 +08:00
Fix: Force to terminate meowfficer searching when going to OS globe
This commit is contained in:
@@ -206,6 +206,10 @@ class GlobeOperation(ActionPointHandler, MapEventHandler):
|
|||||||
if unpinned and confirm_timer.reached():
|
if unpinned and confirm_timer.reached():
|
||||||
break
|
break
|
||||||
|
|
||||||
|
if self.handle_popup_confirm('GOTO_GLOBE'):
|
||||||
|
# Popup: Leaving current zone will terminate meowfficer searching
|
||||||
|
continue
|
||||||
|
|
||||||
def globe_enter(self, zone, skip_first_screenshot=True):
|
def globe_enter(self, zone, skip_first_screenshot=True):
|
||||||
"""
|
"""
|
||||||
Args:
|
Args:
|
||||||
|
|||||||
Reference in New Issue
Block a user