diff --git a/arena.py b/arena.py index c16d597..f6c594d 100644 --- a/arena.py +++ b/arena.py @@ -356,7 +356,7 @@ def spend_gold(self, speedy=False) -> None: print(" Rerolling shop") shop: list = arena_functions.get_shop() print(f" Shop: {shop}") - for champion in shop: + for champion in reversed(shop): if ( self.champs_to_buy.get(champion[1], -1) >= 0 and arena_functions.get_gold()