Commit c89ab8b7 authored by Tachibana's avatar Tachibana

ndyd

parent 42121edb
......@@ -45,7 +45,7 @@ function cm.ffilter(c)
return c:IsFusionType(TYPE_RITUAL) and c:IsFusionType(TYPE_EFFECT)
end
function cm.matfilter(c)
return c:IsReleasable() and (Duel.GetCustomActivityCount(m,tp,ACTIVITY_CHAIN)~=0 or Duel.GetCustomActivityCount(m,1-tp,ACTIVITY_CHAIN)~=0)
return c:IsReleasable() and (Duel.GetCustomActivityCount(m,c:GetControler(),ACTIVITY_CHAIN)~=0 or Duel.GetCustomActivityCount(m,1-c:GetControler(),ACTIVITY_CHAIN)~=0)
end
function cm.splimit(e,se,sp,st)
return bit.band(st,SUMMON_TYPE_FUSION)==SUMMON_TYPE_FUSION
......
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