mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-12 03:16:05 +08:00
Fix: Force to terminate meowfficer searching when going to ash
This commit is contained in:
@@ -103,6 +103,10 @@ class OSAsh(UI):
|
|||||||
if self._handle_ash_beacon_reward():
|
if self._handle_ash_beacon_reward():
|
||||||
confirm_timer.reset()
|
confirm_timer.reset()
|
||||||
continue
|
continue
|
||||||
|
if self.handle_popup_confirm('GOTO_GLOBE'):
|
||||||
|
# Popup: Leaving current zone will terminate meowfficer searching
|
||||||
|
confirm_timer.reset()
|
||||||
|
continue
|
||||||
|
|
||||||
# End
|
# End
|
||||||
if self.is_in_ash():
|
if self.is_in_ash():
|
||||||
|
|||||||
Reference in New Issue
Block a user