Commit 9c803e55 authored by 独孤朲's avatar 独孤朲

Update c20366274.lua

fix
parent ca1f1135
......@@ -53,7 +53,7 @@ function c20366274.ffilter1(c)
return c:IsSetCard(0x9d)
end
function c20366274.ffilter2(c)
return c:IsAttribute(ATTRIBUTE_LIGHT) or c:GetFlagEffect(4904633)~=0
return c:IsAttribute(ATTRIBUTE_LIGHT) or (c:GetFlagEffect(4904633)~=0 and not c:IsStatus(STATUS_DISABLED))
end
function c20366274.exfilter(c,g)
return c:IsFaceup() and c:IsCanBeFusionMaterial() and not g:IsContains(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