Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying committed Jan 17, 2024
1 parent 19e79ac commit f5484cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions module/explore_hard_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ def wait_over(self):
img_possibles = {
'normal_task_task-operating-feature': (997, 670),
'normal_task_present': (794, 207),
'normal_task_teleport-notice': (885, 164),
}
image.detect(self, img_ends, img_possibles)

Expand Down
3 changes: 1 addition & 2 deletions module/explore_normal_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def wait_over(self):
img_ends = "normal_task_mission-operating-task-info-notice"
img_possibles = {
'normal_task_task-operating-feature': (997, 670),
'normal_task_present': (794, 207),
'normal_task_teleport-notice': (885, 164),
}
image.detect(self, img_ends, img_possibles)

Expand Down Expand Up @@ -370,7 +370,6 @@ def cacl_team_number(self, current_task_stage_data):

def to_normal_task_mission_operating_page(self, skip_first_screenshot=False):
img_possibles = {
"normal_task-present": (794, 207),
"normal_task_mission-operating-task-info-notice": (995, 101),
"normal_task_end-turn": (890, 162),
"normal_task_teleport-notice": (886, 162),
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f5484cf

Please sign in to comment.