fix: key plays score text shows "tied at X" correctly (closes #48) #52

Merged
cal merged 2 commits from fix/key-plays-tied-score into next-release 2026-03-01 21:38:35 +00:00

2 Commits

Author SHA1 Message Date
Cal Corum
0daa6f4491 fix: key plays score text shows "tied at X" instead of "Team up X-X" (closes #48)
The else branch in descriptive_text() caught both "away leading" and
"tied" cases, always overwriting the tied text. Changed to if/elif/else
so tied scores display correctly.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 15:36:38 -06:00
cal
f7a65706a1 Merge pull request 'next-release' (#51) from next-release into main
All checks were successful
Build Docker Image / build (push) Successful in 1m0s
Reviewed-on: #51
2026-03-01 20:56:38 +00:00