Commit 35883cfe authored by nanahira's avatar nanahira

fix

parent 926187d3
...@@ -6,7 +6,7 @@ function Auxiliary.PreloadUds() ...@@ -6,7 +6,7 @@ function Auxiliary.PreloadUds()
e1:SetCondition(function(e,tp,eg,ep,ev,re,r,rp) e1:SetCondition(function(e,tp,eg,ep,ev,re,r,rp)
return ep==tp return ep==tp
end) end)
e1:SetOperation(function(e) e1:SetOperation(function(e,tp,eg,ep,ev,re,r,rp)
local c=re:GetHandler() local c=re:GetHandler()
Duel.SetChainLimit(function(re,ep,tp) Duel.SetChainLimit(function(re,ep,tp)
return tp==ep return tp==ep
......
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