Commit a6836f13 authored by mercury233's avatar mercury233

fix

parent 75551df0
...@@ -110,7 +110,7 @@ function Auxiliary.SynTarget(f1,f2,minct,maxct) ...@@ -110,7 +110,7 @@ function Auxiliary.SynTarget(f1,f2,minct,maxct)
else return false end else return false end
end end
end end
function Auxiliary.SynOperation(f1,f2,minct,maxc) function Auxiliary.SynOperation(f1,f2,minct,maxct)
return function(e,tp,eg,ep,ev,re,r,rp,c,smat,mg,min,max) return function(e,tp,eg,ep,ev,re,r,rp,c,smat,mg,min,max)
local g=e:GetLabelObject() local g=e:GetLabelObject()
c:SetMaterial(g) c:SetMaterial(g)
...@@ -205,7 +205,7 @@ function Auxiliary.SynMixCondition(f1,f2,f3,f4,minct,maxct,gc) ...@@ -205,7 +205,7 @@ function Auxiliary.SynMixCondition(f1,f2,f3,f4,minct,maxct,gc)
local goalchk=false local goalchk=false
if mg1 then if mg1 then
mgchk=true mgchk=true
if min==max and #mg1==min+1 then if min and min==max and #mg1==min+1 then
goalchk=Auxiliary.SynMixCheckGoal(tp,mg1,0,0,c,Group.CreateGroup(),smat,gc,mgchk,goalchk) goalchk=Auxiliary.SynMixCheckGoal(tp,mg1,0,0,c,Group.CreateGroup(),smat,gc,mgchk,goalchk)
if not goalchk then if not goalchk then
Duel.ResetFlagEffect(tp,8173184+1) Duel.ResetFlagEffect(tp,8173184+1)
......
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