mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 13:57:26 +08:00
Opt: Transfer of detection status for hard campaign
Ensure if already True, does not get overwritten If SP/AB enabled, their run will do handle_guild and reset the global configuration when executed If disabled, reward_when_finished will do so instead
This commit is contained in:
@@ -39,6 +39,9 @@ class CampaignHard(CampaignRun):
|
||||
logger.attr('Remain', remain)
|
||||
for n in range(remain):
|
||||
self.campaign.run()
|
||||
if self.campaign.config.GUILD_POPUP_TRIGGERED:
|
||||
self.config.GUILD_POPUP_TRIGGERED = True
|
||||
self.campaign.config.GUILD_POPUP_TRIGGERED = False
|
||||
|
||||
for backup in backups:
|
||||
backup.recover()
|
||||
|
||||
Reference in New Issue
Block a user