Commit bc45ddcf authored by fallenstardust's avatar fallenstardust Committed by GitHub

fix 究極融合 (#2478)

parent 38c24cab
...@@ -29,7 +29,8 @@ function c71143015.filter1(c,e,tp,m,f,chkf) ...@@ -29,7 +29,8 @@ function c71143015.filter1(c,e,tp,m,f,chkf)
return res return res
end end
function c71143015.fcheck(tp,sg,fc) function c71143015.fcheck(tp,sg,fc)
return sg:IsExists(Card.IsFusionCode,1,nil,89631139,23995346) return sg:IsExists(Card.IsFusionCode,1,nil,89631139) and aux.IsMaterialListCode(fc,89631139)
or sg:IsExists(Card.IsFusionCode,1,nil,23995346) and aux.IsMaterialListCode(fc,23995346)
end end
function c71143015.target(e,tp,eg,ep,ev,re,r,rp,chk) function c71143015.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then if chk==0 then
......
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