iamlogand / republic-of-rome-online

An online adaptation of The Republic of Rome, a strategy board game
https://www.roronline.com/
MIT License
5 stars 2 forks source link

Fix a bug where games got stuck in faction phase #340

Closed iamlogand closed 1 year ago

iamlogand commented 1 year ago

Fix a mistake in one of the python functions that was causing games to get stuck in the initial faction phase. This was a regression introduced by #336 and wasn't caught until now due to poor test coverage of the faction phase and related functions.