|
Some checks failed
Build Docker Image / build (pull_request) Failing after 15s
When a half-inning ended with a CS (or pickoff), the batter who was at the plate was incorrectly skipped in the next inning. The side-switch code unconditionally advanced the batting order by 1 without checking whether the last play was a plate appearance. Now checks opponent_play.pa before incrementing, matching the existing non-side-switch logic. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| command_logic | ||
| gameplay_models | ||
| in_game | ||
| other | ||
| players_refactor | ||
| conftest.py | ||
| factory.py | ||
| test_api_calls.py | ||
| test_play_locking.py | ||