Commit 5942c38e authored by Tachibana's avatar Tachibana

E

parent ea84f5c6
......@@ -27,6 +27,9 @@ function cm.initial_effect(c)
c:RegisterEffect(e3)
end
function cm.ovfilter(c)
return c:IsFaceup() and not c:IsCode(m) and c:GetOverlayCount()==0
end
function cm.atkval(e,c)
return c:GetOverlayCount()*500
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