Commit 245ef817 authored by nanahira's avatar nanahira

fix

parent 36bc153b
...@@ -533,7 +533,7 @@ end ...@@ -533,7 +533,7 @@ end
function Auxiliary.XyzAlterFilter(c,alterf,xyzc,e,tp,op) function Auxiliary.XyzAlterFilter(c,alterf,xyzc,e,tp,op)
return alterf(c) and c:IsCanBeXyzMaterial(xyzc) and Duel.GetLocationCountFromEx(tp,tp,c,xyzc)>0 and (not op or op(e,tp,0,c)) return alterf(c) and c:IsCanBeXyzMaterial(xyzc) and Duel.GetLocationCountFromEx(tp,tp,c,xyzc)>0 and (not op or op(e,tp,0,c))
end end
function Auxiliary.CanPlayerXyzSummonCardWithoutMaterial(xc,tp) function Auxiliary.CanPlayerXyzSummonCardWithoutMaterial(tp)
return Duel.IsPlayerAffectedByEffect(tp,67120578)==nil return Duel.IsPlayerAffectedByEffect(tp,67120578)==nil
end end
--Xyz monster, lv k*n --Xyz monster, lv k*n
......
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