Skip to content

Commit

Permalink
magic items stat stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmiglio committed Sep 24, 2024
1 parent d65e3b8 commit b79b106
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pyclashbot/interface/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def make_stat_titles(titles:list[str])->list[list[sg.Text]]:
"War Chests",
"Season Shop Buys",
'Trophy Road Rewards',
'Magic Item Buys'
]


Expand Down Expand Up @@ -85,6 +86,9 @@ def make_stat_titles(titles:list[str])->list[list[sg.Text]]:
[
stat_box("trophy_road_reward_collections"),
],
[
stat_box("magic_item_buys"),
],
]

collection_stats = [
Expand Down

0 comments on commit b79b106

Please sign in to comment.