1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-16 04:49:29 +08:00

Merge branch 'LmeSzinc:master' into master

This commit is contained in:
Zuosizhu
2023-07-04 00:32:08 +08:00
committed by GitHub
32 changed files with 189 additions and 153 deletions

View File

@@ -243,7 +243,9 @@ class Raid(MapOperation, RaidCombat, CampaignEvent):
break
def raid_expected_end(self):
return self.appear(RAID_CHECK, offset=(30, 30))
if self.appear_then_click(RAID_REWARDS, offset=(30,30), interval=3):
return False
return self.appear(RAID_CHECK, offset=(30,30))
def raid_execute_once(self, mode, raid):
"""