Skip to content

Commit

Permalink
Update for set11 encounter add one round
Browse files Browse the repository at this point in the history
Not tested yet
  • Loading branch information
anthony5301 authored Apr 5, 2024
1 parent 254654d commit 666e3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def check_encounter_round() -> list[str]:
screenxy=positions[1].get_coords(),
scale=3,
psm=7,
whitelist=ocr.ALPHABET_WHITELIST,
whitelist=(ocr.ALPHABET_WHITELIST + " "),
)
if any(keyword in round_message for keyword in ["Carousel"]):
round_list.append("carousel")
Expand Down

0 comments on commit 666e3c5

Please sign in to comment.