From c3882dd4563154f0eeb0dac2ba77e6d27fac5e0b Mon Sep 17 00:00:00 2001 From: Enterly <36875936+anthony5301@users.noreply.github.com> Date: Tue, 26 Mar 2024 22:40:54 +0800 Subject: [PATCH] encounter round shop delay and choose items popup --- arena.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arena.py b/arena.py index 8dd596a..0b3c3ee 100644 --- a/arena.py +++ b/arena.py @@ -63,7 +63,7 @@ def fix_bench_state(self) -> None: self.champs_to_buy[champ_name] -= 1 else: print( - f" The unknown champion {champ_name} not exists in comps, seeling it." + f" The unknown champion {champ_name} not exists in comps, selling it." ) self.bench[index] = "?" continue