Remove if statement

This commit is contained in:
Emik 2025-08-06 00:47:16 +02:00
parent af75973c0b
commit 63a48ff597
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF

View file

@ -10,7 +10,6 @@ local function allow_moire()
end end
for _, v in pairs(SMODS.find_card("j_jane_saint")) do for _, v in pairs(SMODS.find_card("j_jane_saint")) do
if v.is_attuned then
if v.ability.extra.is_attuned then if v.ability.extra.is_attuned then
return true return true
end end