Commit 067cfc16 authored by TanakaKotoha's avatar TanakaKotoha

jbdxbl

parent f2f005e7
......@@ -59,7 +59,7 @@ function cm.mtcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()==tp
end
function cm.cfilter(c)
return c:IsAbleToGraveAsCost()
return c:IsAbleToGraveAsCost() or c:IsAbleToDeckAsCost()
end
function cm.mtop(e,tp,eg,ep,ev,re,r,rp)
local c=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