mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Fix: add RAID_REWARDS.png to fix raid reward problem (#2829)
* Add files via upload * Update raid.py 更改了逻辑 特别感谢Alas群 莱森·何Horizon101011 的帮助 * Update raid.py 趁没人看见修点丢人bug --------- Co-authored-by: LmeSzinc <lmeszincsales@gmail.com>
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