Commit 80d51757 authored by 独孤朲's avatar 独孤朲

Update c74822425.lua

fix
parent 07d8fdca
......@@ -46,7 +46,7 @@ function c74822425.ffilter1(c)
return c:IsSetCard(0x9d)
end
function c74822425.ffilter2(c)
return c:IsAttribute(ATTRIBUTE_EARTH) or c:GetFlagEffect(4904633)~=0
return c:IsAttribute(ATTRIBUTE_EARTH) or (c:GetFlagEffect(4904633)~=0 and not c:IsStatus(STATUS_DISABLED))
end
function c74822425.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