From 31370dd5caca9a6923b022f7a7ce86cef2d5520a Mon Sep 17 00:00:00 2001 From: Enterly <36875936+anthony5301@users.noreply.github.com> Date: Sat, 6 Apr 2024 23:10:30 +0800 Subject: [PATCH] Update for set11 encounter add one round --- game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.py b/game.py index fd0936c..1da3430 100644 --- a/game.py +++ b/game.py @@ -140,7 +140,7 @@ def game_loop(self) -> None: self.arena.check_health() ran_round: str = self.round[0] if self.round[1] == 1 and self.round[0].split("-")[1] == "1": - print("\n[Ecnounter round setup]") + print("\n[Encounter round setup]") self.encounter_round_setup() sleep(0.5)