Commit d4dbd298 authored by mercury233's avatar mercury233

fix SynMixCondition

parent 8c6abb9f
...@@ -485,6 +485,7 @@ function Auxiliary.SynMixCondition(f1,f2,f3,f4,minc,maxc,gc) ...@@ -485,6 +485,7 @@ function Auxiliary.SynMixCondition(f1,f2,f3,f4,minc,maxc,gc)
if max<maxc then maxc=max end if max<maxc then maxc=max end
if minc>maxc then return false end if minc>maxc then return false end
end end
if smat and not smat:IsCanBeSynchroMaterial(c) then return false end
local tp=c:GetControler() local tp=c:GetControler()
local mg local mg
local mgchk=false local mgchk=false
......
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