Commit 24a3c715 authored by salix5's avatar salix5

Merge pull request #1165 from nekrozar/patch-1

fix Cobalt Eagle
parents 49f5fb8c a202b50e
...@@ -47,7 +47,7 @@ function c21698716.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -47,7 +47,7 @@ function c21698716.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end end
function c21698716.operation(e,tp,eg,ep,ev,re,r,rp) function c21698716.operation(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() 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) Duel.SendtoDeck(tc,nil,0,REASON_EFFECT)
end end
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