Skip to content

Commit

Permalink
adding season shop buys, improving card detection
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmiglio committed Apr 8, 2024
1 parent 4232843 commit 36b9e1c
Show file tree
Hide file tree
Showing 14 changed files with 3,502 additions and 5,293 deletions.
2 changes: 2 additions & 0 deletions src/pyclashbot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,12 @@ def make_job_dictionary(values: dict[str, str | int]) -> dict[str, str | int]:
"level_up_chest_user_toggle": values["level_up_chest_user_toggle"],
"trophy_road_rewards_user_toggle": values["trophy_road_rewards_user_toggle"],
"upgrade_all_cards_user_toggle": values["upgrade_all_cards_user_toggle"],
'season_shop_buys_user_toggle':values['season_shop_buys_user_toggle'],
# job increments
"trophy_road_reward_increment_user_input": values[
"trophy_road_reward_increment_user_input"
],
'season_shop_buys_increment_user_input':values['season_shop_buys_increment_user_input'],
"card_upgrade_increment_user_input": values[
"card_upgrade_increment_user_input"
],
Expand Down
Loading

0 comments on commit 36b9e1c

Please sign in to comment.