Right now, tournament data persists after a tournament is fought. If a player loses a tournament and tries it again later, the enemy HP will reflect the last run through. If a player wins a tournament and wants to play it again, the same problem occurs.
Reload coliseum.tournaments unconditionally each time to avoid this issue.
Right now, tournament data persists after a tournament is fought. If a player loses a tournament and tries it again later, the enemy HP will reflect the last run through. If a player wins a tournament and wants to play it again, the same problem occurs.
Reload coliseum.tournaments unconditionally each time to avoid this issue.
https://github.com/signebedi/coliseum/blob/65a09c7930eb7f2ed08380a724b2cba4c5f8481a/src/coliseum/player.py#L86-L87