Commit a202b50e authored by nekrozar's avatar nekrozar

fix

parent 986b1e9b
......@@ -47,7 +47,7 @@ function c21698716.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function c21698716.operation(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
if tc and tc:IsRelateToEffect(e) then
if tc:IsFaceup() and tc:IsRelateToEffect(e) then
Duel.SendtoDeck(tc,nil,0,REASON_EFFECT)
end
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