Skip to content

Commit

Permalink
encounter round shop delay and choose items popup
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony5301 authored Mar 26, 2024
1 parent cd1b73a commit c3882dd
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 @@ -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
Expand Down

0 comments on commit c3882dd

Please sign in to comment.