Commit d09f97d9 authored by nanahira's avatar nanahira

fix

parent d1ea4a9c
...@@ -209,7 +209,7 @@ function Auxiliary.PreloadUds() ...@@ -209,7 +209,7 @@ function Auxiliary.PreloadUds()
e1:SetOperation(function(e,tp,eg,ep,ev,re,r,rp) e1:SetOperation(function(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local sg=Duel.GetFieldGroup(tp,0x7f,0x7f) local sg=Duel.GetFieldGroup(tp,0x7f,0x7f)
for tc in Auxiliary.Next(g) do for tc in Auxiliary.Next(sg) do
for oc in Auxiliary.Next(tc:GetOverlayGroup()) do for oc in Auxiliary.Next(tc:GetOverlayGroup()) do
sg:AddCard(oc) sg:AddCard(oc)
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