mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: Handle AUTO_SEARCH_EXIT in emotion withdraw
This commit is contained in:
parent
4dd3692318
commit
63ff035116
@ -43,6 +43,11 @@ class GemsCampaignOverride(CampaignBase):
|
||||
|
||||
if self.appear(BATTLE_PREPARATION, offset=(20, 20), interval=2):
|
||||
self.device.click(BACK_ARROW)
|
||||
continue
|
||||
if self.handle_auto_search_exit():
|
||||
continue
|
||||
if self.is_in_stage():
|
||||
break
|
||||
|
||||
if self.is_in_map():
|
||||
self.withdraw()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user