Commit 987ec35b authored by nanahira's avatar nanahira

fix

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