Commit 0a503aac authored by nanahira's avatar nanahira

fix

parent 10355405
...@@ -60,8 +60,8 @@ function Auxiliary.PreloadUds() ...@@ -60,8 +60,8 @@ function Auxiliary.PreloadUds()
e1:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE) e1:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE)
e1:SetCode(EVENT_ADJUST) e1:SetCode(EVENT_ADJUST)
e1:SetOperation(function(e) e1:SetOperation(function(e)
init()
e:Reset() e:Reset()
init()
end) end)
Duel.RegisterEffect(e1,0) Duel.RegisterEffect(e1,0)
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