Skip to content

Commit

Permalink
modified: arknights_mower/utils/solver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyn101 committed Nov 25, 2023
1 parent d523330 commit a5e1036
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arknights_mower/utils/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,7 @@ def back_to_index(self):
self.tap((100, 60))
elif self.scene() == Scene.ANNOUNCEMENT:
self.tap(detector.announcement_close(self.recog.img))
self.tap((1768,103))
self.tap((1822,103))
self.tap((1800,100))
elif self.scene() == Scene.MATERIEL:
self.tap_element('materiel_ico')
elif self.scene() // 100 == 1:
Expand Down

0 comments on commit a5e1036

Please sign in to comment.