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

fix 烙印融合

parent 06cf9b7b
...@@ -41,7 +41,7 @@ function c44362883.filter2(c,e,tp,m,f,chkf) ...@@ -41,7 +41,7 @@ function c44362883.filter2(c,e,tp,m,f,chkf)
and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_FUSION,tp,false,false) and c:CheckFusionMaterial(m,nil,chkf) and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_FUSION,tp,false,false) and c:CheckFusionMaterial(m,nil,chkf)
end end
function c44362883.fcheck(tp,sg,fc) function c44362883.fcheck(tp,sg,fc)
return sg:GetCount()==2 return sg:GetCount()<=2
end end
function c44362883.target(e,tp,eg,ep,ev,re,r,rp,chk) function c44362883.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