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

Merge pull request #4974 from LmeSzinc/dev

Bug fix
This commit is contained in:
LmeSzinc
2025-07-25 01:26:04 +08:00
committed by GitHub
3 changed files with 20 additions and 1 deletions

View File

@@ -305,6 +305,10 @@ class CampaignRun(CampaignEvent):
f'run ordered stage: {stage}')
name = stage.lower()
self.is_stage_loop = True
# disable continuous clear
logger.info('disable continuous clear')
self.config.override(StopCondition_MapAchievement='non_stop')
self.config.override(StopCondition_StageIncrease=False)
# Convert campaign_main to campaign hard if mode is hard and file exists
if mode == 'hard' and folder == 'campaign_main' and name in map_files('campaign_hard'):
folder = 'campaign_hard'