Commit e170ad0f authored by TanakaKotoha's avatar TanakaKotoha

fix

parent 2fd9e2d3
......@@ -43,7 +43,7 @@ function cm.thcon(e,tp)
return c:IsComplexReason(REASON_SUMMON+REASON_MATERIAL)
end
function cm.thfilter(c)
if not rsch.IsSet2(c) then return false end
if not rsch.IsSet1(c) then return false end
local b1 = c:IsAbleToHand()
local b2 = c:IsComplexType(TYPE_SPELL+TYPE_CONTINUOUS) and c:GetActivateEffect():IsActivatable(tp,true)
return b1 or b2
......
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