Commit 987ec35b authored by nanahira's avatar nanahira

fix

parent aa6d75ea
......@@ -32,7 +32,7 @@ local function KaguyaTransformOperation(extra_opreation)
local tc=g:GetFirst()
local p=tc:GetControler()
if p~=tp then
Duel.MoveToField(c,p,p,LOCATION_SZONE,POS_FACEUP,true)
Duel.MoveToField(c,p,p,LOCATION_SZONE,POS_FACEUP,false)
end
Senya.TransformDFCCard(c)
Duel.Equip(p,e:GetHandler(),tc)
......
......@@ -81,7 +81,7 @@ function c77765002.initial_effect(c)
local tc=g:GetFirst()
local p=tc:GetControler()
if p~=cc:GetControler() then
Duel.MoveToField(cc,p,p,LOCATION_SZONE,POS_FACEUP,true)
Duel.MoveToField(cc,p,p,LOCATION_SZONE,POS_FACEUP,false)
end
Senya.TransformDFCCard(cc)
Duel.Equip(p,cc,tc)
......
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