Skip to content

Commit 7b5189a

Browse files
authored
fix Azure stake (#819)
1 parent 3ecce35 commit 7b5189a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/overrides.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,6 +1127,9 @@ function create_card(_type, area, legendary, _rarity, skip_materialize, soulable
11271127
if not (card.edition and (card.edition.cry_oversat or card.edition.cry_glitched)) then
11281128
Cryptid.manipulate(card)
11291129
end
1130+
if card.ability.set == "Joker" and G.GAME.modifiers.cry_jkr_misprint_mod then
1131+
Cryptid.manipulate(card, { value = G.GAME.modifiers.cry_jkr_misprint_mod })
1132+
end
11301133
if card.ability.set == "Joker" and G.GAME.modifiers.cry_common_value_quad then
11311134
if card.config.center.rarity == 1 then
11321135
Cryptid.manipulate(card, { value = 4 })

0 commit comments

Comments
 (0)