Commit 74234bcc authored by 未闻皂名's avatar 未闻皂名

2024/1/14 bug修复

parent d73cfd00
Pipeline #24909 passed with stages
in 15 minutes and 44 seconds
......@@ -22,7 +22,7 @@ function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
end
function cm.operation(e,tp,eg,ep,ev,re,r,rp)
local ct=0
for i in 1,e:GetLabel() do
for i=1,e:GetLabel() do
local d=Duel.TossDice(tp,1)
if d~=1 and d~=6 then ct=ct+1 end
end
......
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