mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 14:27:00 +08:00
Fix: Handle AUTO_SEARCH_EXIT in emotion withdraw
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user