Commit 8448617b authored by 独孤朲's avatar 独孤朲

Update c44394295.lua

fix
parent 16b97ab8
......@@ -28,7 +28,8 @@ function c44394295.checkop(e,tp,eg,ep,ev,re,r,rp)
end
end
function c44394295.filter1(c,e)
return c:IsCanBeFusionMaterial() and not c:IsImmuneToEffect(e) and c:IsAbleToGrave()
return c:IsCanBeFusionMaterial() and not c:IsImmuneToEffect(e)
and ( (not c:IsHasEffect(EFFECT_TO_GRAVE_REDIRECT) and c:IsAbleToGrave()) or c:IsHasEffect(EFFECT_TO_GRAVE_REDIRECT) )
end
function c44394295.filter2(c,e,tp,m,f,chkf)
return c:IsType(TYPE_FUSION) and c:IsSetCard(0x9d) and (not f or f(c))
......
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