Commit a593c23d authored by wind2009's avatar wind2009

Fix アルカナフォースⅤ

parent 4bd3b421
...@@ -119,8 +119,8 @@ function s.coinop(e,tp,eg,ep,ev,re,r,rp) ...@@ -119,8 +119,8 @@ function s.coinop(e,tp,eg,ep,ev,re,r,rp)
end end
if b1 and b2 then if b1 and b2 then
res=aux.SelectFromOptions(tp, res=aux.SelectFromOptions(tp,
{b1,60}, {b1,60,1},
{b2,61}) {b2,61,0})
end end
else else
res=Duel.TossCoin(tp,1) res=Duel.TossCoin(tp,1)
......
...@@ -73,8 +73,8 @@ function s.coinop(e,tp,eg,ep,ev,re,r,rp) ...@@ -73,8 +73,8 @@ function s.coinop(e,tp,eg,ep,ev,re,r,rp)
end end
if b1 and b2 then if b1 and b2 then
res=aux.SelectFromOptions(tp, res=aux.SelectFromOptions(tp,
{b1,60}, {b1,60,1},
{b2,61}) {b2,61,0})
end end
else res=Duel.TossCoin(tp,1) end else res=Duel.TossCoin(tp,1) end
if res==1 then if res==1 then
......
...@@ -65,8 +65,8 @@ function s.coinop(e,tp,eg,ep,ev,re,r,rp) ...@@ -65,8 +65,8 @@ function s.coinop(e,tp,eg,ep,ev,re,r,rp)
end end
if b1 and b2 then if b1 and b2 then
res=aux.SelectFromOptions(tp, res=aux.SelectFromOptions(tp,
{b1,60}, {b1,60,1},
{b2,61}) {b2,61,0})
end end
else res=Duel.TossCoin(tp,1) end else res=Duel.TossCoin(tp,1) end
if res==1 then if res==1 then
......
...@@ -53,8 +53,8 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -53,8 +53,8 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end end
if b1 and b2 then if b1 and b2 then
res=aux.SelectFromOptions(tp, res=aux.SelectFromOptions(tp,
{b1,60}, {b1,60,1},
{b2,61}) {b2,61,0})
end end
else else
res=Duel.TossCoin(tp,1) res=Duel.TossCoin(tp,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