[x] Add the pins or archive_alpha_games label if this change will break existing games
[x] Code passes linter with docker compose exec rack rubocop -a
[x] Tests pass cleanly with docker compose exec rack rake
Implementation Notes
Explanation of Change
We keep getting blocking step errors when using the Bonds variant, and it's always happening after the game enters phase 8, which is when the bonds are enabled.
It's difficult to test this fix, as the error doesn't happen in my local test environment, but I think the fix here may help. I changed the round_state definition, and modified the related code.
Fixes #11138
(hopefully)
Before clicking "Create"
master
pins
orarchive_alpha_games
label if this change will break existing gamesdocker compose exec rack rubocop -a
docker compose exec rack rake
Implementation Notes
Explanation of Change
We keep getting blocking step errors when using the Bonds variant, and it's always happening after the game enters phase 8, which is when the bonds are enabled.
It's difficult to test this fix, as the error doesn't happen in my local test environment, but I think the fix here may help. I changed the round_state definition, and modified the related code.
Screenshots
Any Assumptions / Hacks