Remove if statement
This commit is contained in:
parent
af75973c0b
commit
63a48ff597
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue