Commit 71e97404 authored by nanahira's avatar nanahira

fixes

parent f6281f20
......@@ -79,12 +79,14 @@ function c77765002.initial_effect(c)
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 tc=g:GetFirst()
local p=tc:GetControler()
if p~=cc:GetControler() then
Duel.MoveToField(cc,p,p,LOCATION_SZONE,POS_FACEUP,false)
if tc then
local p=tc:GetControler()
if p~=cc:GetControler() then
Duel.MoveToField(cc,p,p,LOCATION_SZONE,POS_FACEUP,false)
end
Senya.TransformDFCCard(cc)
Duel.Equip(p,cc,tc)
end
Senya.TransformDFCCard(cc)
Duel.Equip(p,cc,tc)
end
Duel.RaiseEvent(tg,EVENT_CUSTOM+77765000,re,r,rp,ep,ev)
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