Commit 5eb0df78 authored by gg123gg's avatar gg123gg Committed by GitHub

fix

parent 788ab18f
...@@ -111,7 +111,7 @@ function c12026001.drop2(e,tp,eg,ep,ev,re,r,rp) ...@@ -111,7 +111,7 @@ function c12026001.drop2(e,tp,eg,ep,ev,re,r,rp)
e:Reset() e:Reset()
end end
function c12026001.xyzfilter(c,e,tp,xyzc) function c12026001.xyzfilter(c,e,tp,xyzc)
return c:IsSetCard(0xfba) and c:IsType(TYPE_XYZ) xyzc:IsCanBeXyzMaterial(c) return c:IsSetCard(0xfba) and c:IsType(TYPE_XYZ) and xyzc:IsCanBeXyzMaterial(c)
and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_XYZ,tp,false,false) and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_XYZ,tp,false,false)
end end
function c12026001.xyztg(e,tp,eg,ep,ev,re,r,rp,chk) function c12026001.xyztg(e,tp,eg,ep,ev,re,r,rp,chk)
......
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