Commit 6c4f378a authored by nanahira's avatar nanahira

fix

parent 26b65062
...@@ -19,8 +19,8 @@ function cm.initial_effect(c) ...@@ -19,8 +19,8 @@ function cm.initial_effect(c)
c:RegisterEffect(e3) c:RegisterEffect(e3)
Senya.NegateEffectModule(c,1,nil,cm.cost) Senya.NegateEffectModule(c,1,nil,cm.cost)
end end
function cm.mfilter(c,lc) function cm.mfilter(c)
return c:IsFaceup() and Senya.check_set_sayuri(c) and c:IsLinkType(TYPE_RITUAL) and c:IsCanBeLinkMaterial(lc) return c:IsFaceup() and Senya.check_set_sayuri(c) and c:IsLinkType(TYPE_RITUAL)
end end
function cm.lcheck(g) function cm.lcheck(g)
return not g:IsExists(cm.lfilter,1,nil,g) return not g:IsExists(cm.lfilter,1,nil,g)
......
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