diff --git a/cogs/draft.py b/cogs/draft.py index 7f408c8..7bb0eef 100644 --- a/cogs/draft.py +++ b/cogs/draft.py @@ -379,7 +379,7 @@ class Draft(commands.Cog): total_swar += x['wara'] - if total_swar > 38.00001: + if total_swar > 32.00001: return { 'success': False, 'error': f'Drafting {player["name"]} would put you at {total_swar:.2f} '