Team Choice pack bug - not including cardset
This commit is contained in:
parent
65abc8ed55
commit
dd23d3657a
@ -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(
|
await helpers.give_cards_to_team(
|
||||||
main_team, player_ids=[x['reward']['player']['player_id']], pack_id=this_pack['id'])
|
main_team, player_ids=[x['reward']['player']['player_id']], pack_id=this_pack['id'])
|
||||||
reward_string += f'- {helpers.player_desc(x["reward"]["player"])}\n'
|
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:
|
if this_event['id'] == 3:
|
||||||
cardset_id = 13
|
cardset_id = 13
|
||||||
team_id = 58
|
team_id = 58
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user