Commit 0f9e894e authored by CubeRuler's avatar CubeRuler

fix

parent 88ac114d
...@@ -102,7 +102,7 @@ function cm.op(e,tp) ...@@ -102,7 +102,7 @@ function cm.op(e,tp)
if op==1 then if op==1 then
Duel.SendtoExtraP(tc,nil,REASON_COST) Duel.SendtoExtraP(tc,nil,REASON_COST)
else else
Duel.MoveToField(tc,tp,tp,LOCATION_SZONE,POS_FACEUP,true) Duel.MoveToField(tc,tp,tp,LOCATION_PZONE,POS_FACEUP,true)
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