Skip to content

Commit 21b835a

Browse files
committed
2 parents 75e1ebd + 6a9ec53 commit 21b835a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

items/misc_joker.lua

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10302,7 +10302,12 @@ local pizza = { -- +1 to all listed probabilities for the highest cat tag level
1030210302
end
1030310303
if context.selling_self or context.forcetrigger then
1030410304
if to_big(card.ability.extra.rounds_left) <= to_big(0) or context.forcetrigger then
10305-
for i = 1, to_number(math.min(math.min(card.ability.extra.slices, card.ability.immutable.max_spawn), G.jokers.config.card_limit - #G.jokers.cards + 1)) do
10305+
for i = 1, to_number(
10306+
math.min(
10307+
math.min(card.ability.extra.slices, card.ability.immutable.max_spawn),
10308+
G.jokers.config.card_limit - #G.jokers.cards + 1
10309+
)
10310+
) do
1030610311
SMODS.add_card({
1030710312
key = "j_cry_pizza_slice",
1030810313
area = G.jokers,

0 commit comments

Comments
 (0)