Commit 2b91930c authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12011015.lua

parent 07b92695
......@@ -25,7 +25,7 @@ function c12011015.filter1(c,e,tp)
local rk=c:GetRank()
return c:IsFaceup() and c:IsType(TYPE_XYZ)
and Duel.IsExistingMatchingCard(c12011015.filter2,tp,LOCATION_EXTRA,0,1,nil,e,tp,c,rk+1)
and Duel.GetLocationCountFromEx(tp,tp,c)>0
and Duel.GetLocationCountFromEx(tp,tp,c,TYPE_XYZ)>0
and aux.MustMaterialCheck(c,tp,EFFECT_MUST_BE_XMATERIAL)
end
function c12011015.filter2(c,e,tp,mc,rk)
......
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