Fix get_of() returning identical values for both pull sides on switch hitters #5

Closed
opened 2026-02-20 06:52:28 +00:00 by cal · 0 comments
Owner

creation_helpers.py:939-943 — Both pull_side=True and pull_side=False return the same value for switch hitters ('rf' if pull_side else 'rf' and 'lf' if pull_side else 'lf'). Copy-paste error means all switch-hitter opposite-field calculations get wrong outfield direction.

Priority: high | Labels: bug

`creation_helpers.py:939-943` — Both `pull_side=True` and `pull_side=False` return the same value for switch hitters (`'rf' if pull_side else 'rf'` and `'lf' if pull_side else 'lf'`). Copy-paste error means all switch-hitter opposite-field calculations get wrong outfield direction. **Priority**: high | **Labels**: bug
Claude added the
ai-working
label 2026-03-21 05:01:23 +00:00
Claude added
ai-pr-opened
and removed
ai-working
labels 2026-03-21 05:02:18 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cal/paper-dynasty-card-creation#5
No description provided.