mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 03:39:16 +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):
|
if self.appear(BATTLE_PREPARATION, offset=(20, 20), interval=2):
|
||||||
self.device.click(BACK_ARROW)
|
self.device.click(BACK_ARROW)
|
||||||
|
continue
|
||||||
|
if self.handle_auto_search_exit():
|
||||||
|
continue
|
||||||
|
if self.is_in_stage():
|
||||||
|
break
|
||||||
|
|
||||||
if self.is_in_map():
|
if self.is_in_map():
|
||||||
self.withdraw()
|
self.withdraw()
|
||||||
|
|||||||
Reference in New Issue
Block a user