Skip to content

Commit

Permalink
修复下干员失败的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Jul 28, 2024
1 parent e43d904 commit 3ac650e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arknights_mower/solvers/auto_fight.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,6 @@ def deploy(self):
else:
dir = (0, 200)
dir = va(pos, dir)
self.device.tap(start)
sleep(0.1)
self.device.swipe_ext([start, top, pos], [100, 500], up_wait=400)
sleep(0.1)
self.device.swipe_ext([pos, dir], [200])
Expand Down

0 comments on commit 3ac650e

Please sign in to comment.