Commit 71e97404 authored by nanahira's avatar nanahira

fixes

parent f6281f20
...@@ -79,6 +79,7 @@ function c77765002.initial_effect(c) ...@@ -79,6 +79,7 @@ function c77765002.initial_effect(c)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_EQUIP) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_EQUIP)
local g=Duel.SelectMatchingCard(tp,KaguyaFilter,tp,LOCATION_MZONE,LOCATION_MZONE,1,1,nil,e,tp,cc) local g=Duel.SelectMatchingCard(tp,KaguyaFilter,tp,LOCATION_MZONE,LOCATION_MZONE,1,1,nil,e,tp,cc)
local tc=g:GetFirst() local tc=g:GetFirst()
if tc then
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,false) Duel.MoveToField(cc,p,p,LOCATION_SZONE,POS_FACEUP,false)
...@@ -86,6 +87,7 @@ function c77765002.initial_effect(c) ...@@ -86,6 +87,7 @@ function c77765002.initial_effect(c)
Senya.TransformDFCCard(cc) Senya.TransformDFCCard(cc)
Duel.Equip(p,cc,tc) Duel.Equip(p,cc,tc)
end end
end
Duel.RaiseEvent(tg,EVENT_CUSTOM+77765000,re,r,rp,ep,ev) Duel.RaiseEvent(tg,EVENT_CUSTOM+77765000,re,r,rp,ep,ev)
end) end)
e3:SetLabelObject(e2) e3:SetLabelObject(e2)
......
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