Commit d3e4842a authored by Grajade's avatar Grajade

Update c86379815.lua

parent f660169d
Pipeline #11310 passed with stage
in 38 seconds
......@@ -21,7 +21,7 @@ function c86379815.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
end
function c86379815.filter2(c)
return c:IsSetCard(0x811) and c:IsDiscardable()
return c:IsSetCard(0x811) and c:IsDiscardable() and c:IsType(TYPE_MONSTER)
end
function c86379815.activate(e,tp,eg,ep,ev,re,r,rp)
local e1=Effect.CreateEffect(e:GetHandler())
......
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