From 8d9e2189a7bd11f63e55b2f688864446a8c4b997 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Sun, 25 May 2025 16:44:38 -0500 Subject: [PATCH] Cap check update in draft command --- cogs/draft.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} '