Fix repetition warning on non-cryptid
This commit is contained in:
parent
5383f83425
commit
a77fb916c7
1 changed files with 1 additions and 1 deletions
|
|
@ -508,7 +508,7 @@ SMODS.Joker {
|
|||
card.ability.perish_tally = 1e9
|
||||
end
|
||||
|
||||
if ({[false] = context.cardarea ~= G.play, [true] = not context.joker_main})[not not Cryptid] then
|
||||
if ({[false] = context.cardarea ~= G.play or context.repetition, [true] = not context.joker_main})[not not Cryptid] then
|
||||
return
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue