Skip to content

Commit

Permalink
Update for set11 encounter add one round
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony5301 authored Apr 6, 2024
1 parent 5b1fe2c commit 31370dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 31370dd

Please sign in to comment.