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:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user