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

Merge pull request #5500 from sui-feng-cb/event_update

Fix: raid_20240328 ex
This commit is contained in:
ArecaSapling
2026-02-09 23:23:20 +08:00
committed by GitHub
parent 0a0e41c07f
commit 5a32d9444c
9 changed files with 8 additions and 8 deletions

View File

@@ -110,7 +110,7 @@ class RaidRun(Raid, CampaignEvent):
self.disable_event_on_raid()
# End for mode EX
if mode == 'ex':
if mode == 'ex' and not self.is_raid_rpg():
if not self.get_remain(mode):
logger.info('Triggered stop condition: Zero '
'raid tickets to do EX mode')