Commit e4125942 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent b6e0cc32
......@@ -32,7 +32,9 @@ function c54757758.initial_effect(c)
c:RegisterEffect(e3)
end
function c54757758.ffilter(c,fc,sub,mg,sg)
return not sg or sg:FilterCount(aux.TRUE,c)==0 or sg:IsExists(Card.IsFusionAttribute,1,c,c:GetFusionAttribute()) or not sg:IsExists(Card.IsRace,1,c,c:GetRace())
return not sg or sg:FilterCount(aux.TRUE,c)==0
or (sg:IsExists(Card.IsFusionAttribute,1,c,c:GetFusionAttribute())
and not sg:IsExists(Card.IsRace,1,c,c:GetRace()))
end
function c54757758.tglimit(e,c)
return c:IsAttribute(e:GetHandler():GetAttribute())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment