Commit e51cb51f authored by mercury233's avatar mercury233 Committed by GitHub

fix 朱い靴

parent 10d21f95
...@@ -22,7 +22,7 @@ function c50122883.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -22,7 +22,7 @@ function c50122883.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end end
function c50122883.operation(e,tp,eg,ep,ev,re,r,rp) function c50122883.operation(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 and tc:IsRelateToEffect(e) and tc:IsFaceup() then
Duel.ChangePosition(tc,POS_FACEUP_DEFENSE,0,POS_FACEUP_ATTACK,0) Duel.ChangePosition(tc,POS_FACEUP_DEFENSE,0,POS_FACEUP_ATTACK,0)
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