Skip to content

Commit

Permalink
Fix pickup round wont buy
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony5301 authored Apr 5, 2024
1 parent c3a37cc commit 7a590de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arena.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def spend_gold(self, speedy=False) -> None:
# For set 11 encounter round shop delay and choose items popup
for _ in range(15):
if speedy:
return
break
if all(champ[1] == "" for champ in shop):
print(" Waiting encounter round animation ends")
sleep(1)
Expand Down

0 comments on commit 7a590de

Please sign in to comment.