Skip to content

Commit e1c2752

Browse files
committed
fix apeirostemma crash
1 parent 324a195 commit e1c2752

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compat/cryptid/entropic_jokers.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -822,8 +822,7 @@ local apeirostemma = {
822822
if e == 2 then
823823
if context.joker_main then
824824
for i, v in pairs(G.jokers.cards) do
825-
if SMODS.pseudorandom_probability(card, 'apeiro_dice_2', 1, card.ability.extra.odds)
826-
/ card.ability.extra.odds and v ~= card then
825+
if SMODS.pseudorandom_probability(card, 'apeiro_dice_2', 1, card.ability.extra.odds) and v ~= card then
827826
local results = Cryptid.forcetrigger(v, context)
828827
if results then Entropy.EvaluateEffects(results, card) end
829828
end

0 commit comments

Comments
 (0)