Skip to content

Commit b79b106

Browse files
committed
magic items stat stuff
1 parent d65e3b8 commit b79b106

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/pyclashbot/interface/stats.py

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def make_stat_titles(titles:list[str])->list[list[sg.Text]]:
3939
"War Chests",
4040
"Season Shop Buys",
4141
'Trophy Road Rewards',
42+
'Magic Item Buys'
4243
]
4344

4445

@@ -85,6 +86,9 @@ def make_stat_titles(titles:list[str])->list[list[sg.Text]]:
8586
[
8687
stat_box("trophy_road_reward_collections"),
8788
],
89+
[
90+
stat_box("magic_item_buys"),
91+
],
8892
]
8993

9094
collection_stats = [

0 commit comments

Comments
 (0)