Commit a650addb authored by wyykak's avatar wyykak

update 2pick cardlist and minor repair

parent 1fc9404f
Pipeline #5751 passed with stages
in 24 minutes and 2 seconds
This diff is collapsed.
......@@ -56,9 +56,18 @@ function this.initial_effect(c)
Duel.RegisterEffect(es9,0)
Duel.RegisterFlagEffect(0,cc,0,0,1)
Duel.RegisterFlagEffect(1,cc,0,0,1)
local es10=es1:Clone()
es10:SetCode(EFFECT_DRAW_COUNT)
es10:SetValue(0)
es10:SetCondition(this.con6)
Duel.RegisterEffect(es10,0)
end
end
function this.con6()
return this.isTag and Duel.GetTurnCount()==3
end
function this.con1()
return this.isTag and ({false,true,false,true,true})[Duel.GetTurnCount()]
end
......@@ -233,11 +242,7 @@ function this.op(e,tp)
if not this.isTag or Duel.GetTurnCount()==5 then
this.isPicking=false
end
if Duel.GetTurnCount()==1 then
Duel.Draw(0,5,REASON_RULE)
else
Duel.Draw(0,4,REASON_RULE)
end
Duel.Draw(1,5,REASON_RULE)
this.reroll(0)
this.reroll(1)
......
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