Skip to content

Commit 4140904

Browse files
authored
Improve bench_occupied_check and encounter round shop delay
Avoid detecting green champion on board as health bar, and right click on empty slot to check unknown champion
1 parent ed656f8 commit 4140904

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arena.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,11 +366,9 @@ def spend_gold(self, speedy=False) -> None:
366366

367367
# For set 11 encounter round shop delay and choose items popup
368368
for _ in range(15):
369-
print("checking shop == blank")
370369
if speedy:
371370
return
372371
if all(champ[1] == "" for champ in shop):
373-
print("shop == blank")
374372
sleep(1)
375373
anvil_msg: str = ocr.get_text(
376374
screenxy=screen_coords.ANVIL_MSG_POS.get_coords(),

0 commit comments

Comments
 (0)