Commit a2ddb9c3 authored by nanahira's avatar nanahira

new

parent 23a246c3
function Auxiliary.PreloadUds()
local e1=Effect.GlobalEffect()
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e1:SetCode(EVENT_PHASE_START+PHASE_DRAW)
e1:SetCountLimit(1)
e1:SetOperation(function(e)
local time=90
local turn=Duel.GetTurnCount()
if turn>2 then time=60 end
if turn>4 then time=30 end
for p=0,1 do
Duel.ResetTimeLimit(tp,time)
end
end)
Duel.RegisterEffect(e1,0)
end
#!/bin/bash
scp ./*.lua 10.198.6.32:~/ygopro-timelimit/expansions/script/
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