Commit 71e97404 authored by nanahira's avatar nanahira

fixes

parent f6281f20
...@@ -79,12 +79,14 @@ function c77765002.initial_effect(c) ...@@ -79,12 +79,14 @@ 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()
local p=tc:GetControler() if tc then
if p~=cc:GetControler() then local p=tc:GetControler()
Duel.MoveToField(cc,p,p,LOCATION_SZONE,POS_FACEUP,false) 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 end
Senya.TransformDFCCard(cc)
Duel.Equip(p,cc,tc)
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)
......
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