Fix repetition warning on non-cryptid

This commit is contained in:
Emik 2025-04-09 20:09:37 +02:00
parent 5383f83425
commit a77fb916c7
Signed by untrusted user who does not match committer: emik
GPG key ID: 09CDFF9E5703688D

View file

@ -508,7 +508,7 @@ SMODS.Joker {
card.ability.perish_tally = 1e9 card.ability.perish_tally = 1e9
end 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 return
end end