Commit 2dc84be1 authored by 2924713558's avatar 2924713558 Committed by GitHub

Update c1110003.lua

parent b068db65
...@@ -104,7 +104,7 @@ function c1110003.op1(e,tp,eg,ep,ev,re,r,rp) ...@@ -104,7 +104,7 @@ function c1110003.op1(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()>0 then if g:GetCount()>0 then
local tc=g:GetFirst() local tc=g:GetFirst()
if tc:IsType(TYPE_FIELD) then if tc:IsType(TYPE_FIELD) then
Duel.MoveToField(tc,tp,tp,LOCATION_PZONE,POS_FACEUP,true) Duel.MoveToField(tc,tp,tp,LOCATION_FZONE,POS_FACEUP,true)
else else
Duel.MoveToField(tc,tp,tp,LOCATION_SZONE,POS_FACEUP,true) Duel.MoveToField(tc,tp,tp,LOCATION_SZONE,POS_FACEUP,true)
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