Commit 9968215b authored by wind2009's avatar wind2009

Merge remote-tracking branch '233/patch-sync-workaround' into master

parents 9ba6e402 a6836f13
......@@ -111,7 +111,7 @@ function Auxiliary.SynTarget(f1,f2,minct,maxct)
else return false 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)
local g=e:GetLabelObject()
c:SetMaterial(g)
......@@ -206,7 +206,7 @@ function Auxiliary.SynMixCondition(f1,f2,f3,f4,minct,maxct,gc)
local goalchk=false
if mg1 then
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)
if not goalchk then
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