We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aaed9d commit fff0e03Copy full SHA for fff0e03
items/misc_joker.lua
@@ -9403,7 +9403,7 @@ local lebaron_james = {
9403
local max_h_mod = card.ability.immutable.max_h_mod
9404
9405
local available_h = math.max(0, max_h_mod - added_h)
9406
- local h_size = math.max(0, math.min(available_h, h_mod))
+ local h_size = to_number(math.max(0, math.min(available_h, h_mod)))
9407
9408
if h_size > 0 then
9409
-- Apply hand size bonus
0 commit comments