From dd23d3657a104eb4a6e0aaa511eb3e038e83fef9 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Wed, 4 Jun 2025 22:30:41 -0500 Subject: [PATCH] Team Choice pack bug - not including cardset --- gauntlets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gauntlets.py b/gauntlets.py index 7458bc4..08e4161 100644 --- a/gauntlets.py +++ b/gauntlets.py @@ -1874,7 +1874,7 @@ async def post_result(run_id: int, is_win: bool, this_team: Team, bot, channel, await helpers.give_cards_to_team( main_team, player_ids=[x['reward']['player']['player_id']], pack_id=this_pack['id']) reward_string += f'- {helpers.player_desc(x["reward"]["player"])}\n' - elif x['reward']['pack_type'] and this_event['id'] in [3, 4, 5, 6]: + elif x['reward']['pack_type'] and this_event['id'] in [3, 4, 5, 6, 8]: if this_event['id'] == 3: cardset_id = 13 team_id = 58