Commit ca077a64 authored by nanahira's avatar nanahira

fix rule

parent 318bbd8a
......@@ -16,10 +16,11 @@ function Auxiliary.PreloadUds()
e1:SetCode(EVENT_PREDRAW)
e1:SetCondition(function()
local turnc=Duel.GetTurnCount()
return turnc>1 and turnc<=10
return turnc<=10
end)
e1:SetOperation(function()
local tp=Duel.GetTurnPlayer()
if Duel.GetTurnCount()<=1 then tp=1-tp end
local ac=Duel.AnnounceCard(tp,table.unpack(elimateExisting()))
_.push(_FORBID_LIST,ac)
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