1
0
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:
Tarin_Chan
2023-07-02 15:38:44 +08:00
committed by GitHub
parent b72eecf277
commit b9e5134464
6 changed files with 4 additions and 1 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):
"""