1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-30 07:23:52 +08:00

Fix: _reward_mission_claim_click stucked at MISSION_UNFINISH (#5573)

This commit is contained in:
guoh064
2026-03-28 17:49:29 +08:00
committed by GitHub
parent 17a385274b
commit 0c31b2c4ec

View File

@@ -89,6 +89,8 @@ class Reward(UI):
click_interval.reset() click_interval.reset()
clicked = True clicked = True
continue continue
if self.appear(MISSION_UNFINISH, offset=(20, 20)):
return clicked
def _reward_mission_claim_receive(self): def _reward_mission_claim_receive(self):
""" """