Commit 3d0ef18f authored by salix5's avatar salix5

fix 宝玉獣 エメラルド・タートル, 宝玉獣 コバルト・イーグル

parent 06c881c0
......@@ -46,7 +46,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:IsFaceup() and tc:IsRelateToEffect(e) then
if tc:IsRelateToEffect(e) and tc:IsControler(tp) and c21698716.filter(tc) then
Duel.SendtoDeck(tc,nil,SEQ_DECKTOP,REASON_EFFECT)
end
end
......@@ -46,7 +46,7 @@ function c68215963.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function c68215963.operation(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
if tc and tc:IsRelateToEffect(e) then
if tc and tc:IsRelateToEffect(e) and tc:IsControler(tp) then
Duel.ChangePosition(tc,POS_FACEUP_DEFENSE,POS_FACEDOWN_DEFENSE,0,0)
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