Commit d58b1954 authored by mercury233's avatar mercury233

fix

parent f6a2d31a
...@@ -23,7 +23,7 @@ function c14087893.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -23,7 +23,7 @@ function c14087893.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end end
function c14087893.activate(e,tp,eg,ep,ev,re,r,rp) function c14087893.activate(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) and tc:IsFaceup() then if tc:IsRelateToEffect(e) and tc:IsLocation(LOCATION_MZONE) and tc:IsFaceup() then
Duel.ChangePosition(tc,POS_FACEDOWN_DEFENCE) Duel.ChangePosition(tc,POS_FACEDOWN_DEFENCE)
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