Commit 7653ed75 authored by nanahira's avatar nanahira

eratta

parent a3267713
...@@ -7,7 +7,7 @@ function Auxiliary.PreloadUds() ...@@ -7,7 +7,7 @@ function Auxiliary.PreloadUds()
local time=90 local time=90
local turn=Duel.GetTurnCount() local turn=Duel.GetTurnCount()
if turn>2 then time=60 end if turn>2 then time=60 end
if turn>4 then time=30 end if turn>6 then time=30 end
for p=0,1 do for p=0,1 do
Duel.ResetTimeLimit(p,time) Duel.ResetTimeLimit(p,time)
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