Commit ff20657a authored by nanahira's avatar nanahira

update

parent b8aec001
...@@ -1610,12 +1610,9 @@ function cm.CheckFusionMaterialExact(c,g,chkf) ...@@ -1610,12 +1610,9 @@ function cm.CheckFusionMaterialExact(c,g,chkf)
end end
function cm.HoldGroup(mg) function cm.HoldGroup(mg)
return function(tp,g,fc) return function(tp,g,fc)
return not (g:IsExists(cm.HoldGroupFilter,1,nil,mg) or mg:IsExists(cm.HoldGroupFilter,1,nil,g)) return mg:Equal(g)
end end
end end
function cm.HoldGroupFilter(c,mg)
return not mg:IsContains(c)
end
--3L fusion monster, c=card, m=code --3L fusion monster, c=card, m=code
--exf=extra function --exf=extra function
function cm.Fusion_3L(c,mf,f,min,max,myon,sub) function cm.Fusion_3L(c,mf,f,min,max,myon,sub)
......
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