1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-10 02:34:51 +00:00

fix(tc): improve stability of reward

This commit is contained in:
2024-08-10 17:49:26 +08:00
parent 6e3d5fc4c5
commit 34af75245e
2 changed files with 10 additions and 3 deletions
@@ -41,8 +41,6 @@ class TacticalChallenge(TacticalChallengeUI):
def _handle_challenge(self, status):
match status:
case TCStatus.REWARD:
if self.ui_additional():
return status
if self.get_reward():
return TCStatus.OCR
case TCStatus.OCR: