1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 22:47:22 +08:00

Fix: auto search in event daily AB

- Add auto call submarine in auto search
This commit is contained in:
LmeSzinc
2021-01-28 14:11:06 +08:00
parent 8e84099073
commit 26c484bd87
2 changed files with 15 additions and 2 deletions

View File

@@ -236,4 +236,6 @@ class CampaignRun(Reward):
if self.campaign.config.MAP_IS_ONE_TIME_STAGE:
if self.run_count >= 1:
logger.hr('Triggered one-time stage limit')
return True
break
self.campaign.ensure_auto_search_exit()