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 6dead35 commit 3559789Copy full SHA for 3559789
items/misc_joker.lua
@@ -7640,7 +7640,7 @@ local lebaron_james = {
7640
calculate = function(self, card, context)
7641
if context.cardarea == G.play and context.individual then
7642
if context.other_card:get_id() == 13 then
7643
- local h_size = math.max(0, math.min(1000 - card.ability.extra.h_size, card.ability.extra.h_mod))
+ local h_size = math.max(0, math.min(1000 - 0, card.ability.extra.h_mod))
7644
G.hand:change_size(math.floor(h_size))
7645
G.GAME.round_resets.temp_handsize = (G.GAME.round_resets.temp_handsize or 0) + math.floor(h_size)
7646
if math.floor(h_size) > 0 then
0 commit comments