Commit c0eca0ef authored by VanillaSalt's avatar VanillaSalt

fix

parent 313897fd
...@@ -645,8 +645,9 @@ function Auxiliary.FConditionCodeFun(code,f,cc,sub,insf) ...@@ -645,8 +645,9 @@ function Auxiliary.FConditionCodeFun(code,f,cc,sub,insf)
end end
if cc>1 then if cc>1 then
g2:RemoveCard(gc) g2:RemoveCard(gc)
return g1:IsExists(Auxiliary.FConditionFilterCF,1,nil,g2,cc-1) return g1:IsExists(Auxiliary.FConditionFilterCF,1,gc,g2,cc-1)
else else
g1:RemoveCard(gc)
return g1:GetCount()>0 return g1:GetCount()>0
end end
else return false end else return false end
......
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