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 4b292bb commit ad28a6eCopy full SHA for ad28a6e
items/epic.lua
@@ -1573,7 +1573,7 @@ local bonusjoker = {
1573
card.ability.immutable.check = lenient_bignum(card.ability.immutable.check + 1)
1574
end
1575
G.jokers.config.card_limit = lenient_bignum(
1576
- G.jokers.config.card_limit + cmath.min(card.ability.extra.add, card.ability.immutable.max)
+ G.jokers.config.card_limit + math.min(card.ability.extra.add, card.ability.immutable.max)
1577
)
1578
else
1579
if not context.blueprint then
0 commit comments