1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 00:28:20 +08:00

Fix: Handle AUTO_SEARCH_EXIT in emotion withdraw

This commit is contained in:
LmeSzinc
2023-05-27 21:57:55 +08:00
parent 4dd3692318
commit 63ff035116

View File

@@ -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()