Commit 8fd491c7 authored by wind2009's avatar wind2009

Fix 原石竜インペリアル・ドラゴン

parent 823dcdfe
......@@ -36,7 +36,7 @@ function s.initial_effect(c)
c:RegisterEffect(e3)
end
function s.tbfilter(c)
return c:IsType(TYPE_NORMAL) and c:IsFaceup()
return c:IsType(TYPE_NORMAL)
end
function s.ttcon(e,c,minc)
if c==nil then return true 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