From 7a590de92672ade1f8fcc97594437824b558995e Mon Sep 17 00:00:00 2001 From: Enterly <36875936+anthony5301@users.noreply.github.com> Date: Sat, 6 Apr 2024 03:08:43 +0800 Subject: [PATCH] Fix pickup round wont buy --- arena.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arena.py b/arena.py index 108fe66..b57e56d 100644 --- a/arena.py +++ b/arena.py @@ -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)