Skip to content

Commit

Permalink
Update lesson.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying committed Feb 2, 2024
1 parent 1f727e4 commit cfaa77a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion module/lesson.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,5 +272,8 @@ def to_all_locations(self, skip_first_screenshot=False):
'lesson_lesson-report': (1036, 124),
'main_page_relationship-rank-up': (640, 360),
}
rgb_possibles = {'relationship_rank_up': (640, 360)}
rgb_possibles = {
'relationship_rank_up': (640, 360),
'reward_acquired': (637, 116),
}
picture.co_detect(self, None,rgb_possibles, img_ends, img_possibles, skip_first_screenshot)

0 comments on commit cfaa77a

Please sign in to comment.