Commit a180f38c authored by nanahira's avatar nanahira

fix rule

parent ca077a64
...@@ -20,8 +20,7 @@ function Auxiliary.PreloadUds() ...@@ -20,8 +20,7 @@ function Auxiliary.PreloadUds()
end) end)
e1:SetOperation(function() e1:SetOperation(function()
local tp=Duel.GetTurnPlayer() local tp=Duel.GetTurnPlayer()
if Duel.GetTurnCount()<=1 then tp=1-tp end local ac=Duel.AnnounceCard(1-tp,table.unpack(elimateExisting()))
local ac=Duel.AnnounceCard(tp,table.unpack(elimateExisting()))
_.push(_FORBID_LIST,ac) _.push(_FORBID_LIST,ac)
end) end)
Duel.RegisterEffect(e1,0) Duel.RegisterEffect(e1,0)
......
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