Commit c6a2eeca authored by TanakaKotoha's avatar TanakaKotoha

s

parent 16a691fb
......@@ -15,6 +15,7 @@ function c47531962.initial_effect(c)
e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1,47531962)
e1:SetTarget(c47531962.vntg)
e1:SetOperation(c47531962.vnop)
c:RegisterEffect(e1)
......@@ -61,7 +62,7 @@ function c47531962.vnop(e,tp,eg,ep,ev,re,r,rp)
local lg=e:GetHandler():GetLinkedGroup():Filter(aux.TRUE,nil)
if Duel.GetLocationCount(tp,LOCATION_SZONE)<lg:GetCount() then return end
local c=e:GetHandler()
local tc=sg:GetFirst()
local tc=lg:GetFirst()
while tc do
Duel.Equip(tp,tc,c,false,true)
local e1=Effect.CreateEffect(c)
......
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