Commit 6ff0a253 authored by 独孤朲's avatar 独孤朲

Update c94977269.lua

fix
parent 80d51757
......@@ -57,7 +57,7 @@ function c94977269.ffilter1(c)
return c:IsSetCard(0x9d)
end
function c94977269.ffilter2(c)
return c:IsAttribute(ATTRIBUTE_DARK) or c:GetFlagEffect(4904633)~=0
return c:IsAttribute(ATTRIBUTE_DARK) or (c:GetFlagEffect(4904633)~=0 and not c:IsStatus(STATUS_DISABLED))
end
function c94977269.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