Commit 24bc7a9b authored by nanahira's avatar nanahira

typo

parent 54dbf385
...@@ -7,7 +7,7 @@ function Auxiliary.PreloadUds() ...@@ -7,7 +7,7 @@ function Auxiliary.PreloadUds()
e1:SetCode(EVENT_PREDRAW) e1:SetCode(EVENT_PREDRAW)
e1:SetCondition(function() e1:SetCondition(function()
local turnc=Duel.GetTurnCount() local turnc=Duel.GetTurnCount()
return tunc>1 and turnc<=10 return turnc>1 and turnc<=10
end) end)
e1:SetOperation(function() e1:SetOperation(function()
local tp=Duel.GetTurnPlayer() local tp=Duel.GetTurnPlayer()
......
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