Skip to content

Commit f8d0b6a

Browse files
Beige Deck Fix
1 parent 42f3d36 commit f8d0b6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/overrides.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,12 +1032,12 @@ function create_card(_type, area, legendary, _rarity, skip_materialize, soulable
10321032
if not (card.edition and (card.edition.cry_oversat or card.edition.cry_glitched)) then
10331033
Cryptid.misprintize(card)
10341034
end
1035-
if _type == "Joker" and G.GAME.modifiers.cry_common_value_quad then
1035+
if card.ability.set == "Joker" and G.GAME.modifiers.cry_common_value_quad then
10361036
if card.config.center.rarity == 1 then
10371037
Cryptid.misprintize(card, { min = 4, max = 4 }, nil, true)
10381038
end
10391039
end
1040-
if _type == "Joker" and G.GAME.modifiers.cry_uncommon_value_quad then
1040+
if card.ability.set == "Joker" and G.GAME.modifiers.cry_uncommon_value_quad then
10411041
if card.config.center.rarity == 2 then
10421042
Cryptid.misprintize(card, { min = 4, max = 4 }, nil, true)
10431043
end

0 commit comments

Comments
 (0)