Commit 4f22d8d9 authored by wyykak's avatar wyykak

fix 99999010

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent c21e89b4
Pipeline #39839 passed with stage
in 9 seconds
......@@ -30,7 +30,7 @@ function c99999010.activate(e,tp,eg,ep,ev,re,r,rp)
if seq==0 then nseq=1
elseif seq==4 then nseq=3
else
local ran=Duel.TossCoin(tp,1)
local ran=Duel.GetRandomNumber(0,1)
if ran==1 then
nseq=seq-1
else
......@@ -88,7 +88,7 @@ function c99999010.activate(e,tp,eg,ep,ev,re,r,rp)
if seq==0 then nseq=1
elseif seq==4 then nseq=3
else
local ran=Duel.TossCoin(tp,1)
local ran=Duel.GetRandomNumber(0,1)
if ran==1 then
nseq=seq-1
else
......
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