Skip to content

Commit

Permalink
fix : activity dice track error
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying committed Aug 8, 2024
1 parent 40fb4b5 commit f11ce78
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion module/activities/GetSetGoKivotosHaloGames.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,4 +556,9 @@ def dice_track(self):
img_ends = "activity_resource-inadequate"
picture.co_detect(self, None, rgb_possibles, img_ends, img_possibles, True)
self.logger.info("Resource inadequate, Stop dice track")
to_dice_track(self)
img_possibles = {
"activity_resource-inadequate": (887, 165)
}
img_ends = "activity_dice-track-menu"
picture.co_detect(self, None, None, img_ends, img_possibles, True)

0 comments on commit f11ce78

Please sign in to comment.