|
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m19s
- Fix pack distribution to use exact rarity targeting (rarity=0 for Replacement, rarity=1 for Reserve) instead of max_rarity=1 which matched both tiers; applied to cogs/economy.py and cogs/economy_new/team_setup.py - Add get_away_team() and get_home_team() async methods to StratGame dataclass, delegating to get_game_team() with the appropriate team_id; remove stale TODO comment from Game model - Standardize home-run detection in complete_play(): set batter_final = batter_to_base when not None before the HR check, then only check batter_final == 4 (removes redundant batter_to_base path and the patch comment) Closes #20, Closes #21, Closes #22 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| admin_tools.py | ||
| help_system.py | ||
| marketplace.py | ||
| notifications.py | ||
| packs.py | ||
| scouting.py | ||
| team_setup.py | ||