From 666e3c515b6380add5b1b80cb63b2bdff940b72a Mon Sep 17 00:00:00 2001 From: Enterly <36875936+anthony5301@users.noreply.github.com> Date: Sat, 6 Apr 2024 05:03:59 +0800 Subject: [PATCH] Update for set11 encounter add one round Not tested yet --- game_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game_functions.py b/game_functions.py index bffc80a..1e97359 100644 --- a/game_functions.py +++ b/game_functions.py @@ -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")