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