Commit a372282f authored by mercury233's avatar mercury233 Committed by GitHub

temp revert

those filters are still used by shaddoll fusion monsters. maybe we should change the name of those filters.
parent af6771ba
......@@ -435,6 +435,12 @@ function Auxiliary.XyzOperation2(f,lv,minc,maxc,alterf,desc,op)
end
end
end
function Auxiliary.FConditionFilterF2(c,g2)
return g2:IsExists(aux.TRUE,1,c)
end
function Auxiliary.FConditionFilterF2c(c,f1,f2)
return f1(c) or f2(c)
end
function Auxiliary.FConditionCheckF(c,chkf)
return c:IsLocation(LOCATION_MZONE) and c:IsControler(chkf)
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