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 mortality/forum phase indexing issue #319

Closed iamlogand closed 1 year ago

iamlogand commented 1 year ago

Closes #301

Fix a phase indexing issue that was causing a bug where the UI showed the current phase as mortality when it should show faction. This was caused by the index of all phases, except the initial faction phase, being set to 1. This was making it impossible for parts of the system to figure out which phase is the "latest".