Commit c00be451 authored by nanahira's avatar nanahira

updates

parent 6e73a0d4
......@@ -13,7 +13,6 @@ function cm.initial_effect(c)
e1:SetOperation(cm.activate)
c:RegisterEffect(e1)
end
\\
function cm.filter(c,e,tp,m1,m2)
if not c:IsCode(37564225) or not c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_RITUAL,tp,false,true) then return false end
local mg=m1:Filter(Card.IsCanBeRitualMaterial,c,c)
......
......@@ -44,5 +44,5 @@ function cm.initial_effect(c)
end
end
end)
c:RegisterEFfect(e1)
c:RegisterEffect(e1)
end
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