Commit 5a924ae8 authored by nanahira's avatar nanahira

fix

parent 245ef817
...@@ -534,7 +534,7 @@ function Auxiliary.XyzAlterFilter(c,alterf,xyzc,e,tp,op) ...@@ -534,7 +534,7 @@ 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(tp) function Auxiliary.CanPlayerXyzSummonCardWithoutMaterial(tp)
return Duel.IsPlayerAffectedByEffect(tp,67120578)==nil return Duel.IsPlayerAffectedByEffect(tp,67120578)==nil and Auxiliary.MustMaterialCheck(nil,tp,EFFECT_MUST_BE_XMATERIAL)
end end
--Xyz monster, lv k*n --Xyz monster, lv k*n
function Auxiliary.AddXyzProcedure(c,f,lv,ct,alterf,desc,maxct,op) function Auxiliary.AddXyzProcedure(c,f,lv,ct,alterf,desc,maxct,op)
......
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