Skip to content

Commit

Permalink
Merge pull request #304 from nfjBill/fixed_heita_loop_f
Browse files Browse the repository at this point in the history
修复黑塔强化后无限f
  • Loading branch information
CHNZYX authored Jul 6, 2024
2 parents be40ae0 + 9d1edd7 commit 9aea090
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simul.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,7 @@ def normal(self):
time.sleep(0.3)
self.get_screen()
self.press("esc")
self.press("w", 2)
tm = time.time()
while time.time()-tm<2 and not self.check("f", 0.4443, 0.4417, mask="mask_f1", threshold=0.96) and not self.isrun():
self.get_screen()
Expand Down

0 comments on commit 9aea090

Please sign in to comment.