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

Merge branch 'master' into dev

This commit is contained in:
LmeSzinc
2021-01-30 10:54:13 +08:00
3 changed files with 62 additions and 39 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()