Commit 4ebc604b authored by Tachibana's avatar Tachibana

ndyd

parent 13775a93
No preview for this file type
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -4,7 +4,7 @@ Duel.LoadScript("c13959997.lua")
local cc=13959998
local this=_G["c"..cc]
local rerollc={76815942,17994645,55863245,44155002,68319538,7391448,75326861,34408491,24221808,87460579,40939228,21123811}
local rerollc={86379411,999718,22046,20132,31060,7001060,74561060,999507,22099,10250,19114514,21018}
this.maincount=40
this.extracount=20
......@@ -227,7 +227,7 @@ function this.ccGen(from,count)
local temp=this.CardList[from][math.random(1,#this.CardList[from])]
local at=this.CardList[from.."AliasTable"]
if #at[temp]>1 then
g[i]=at[temp][math.random(1,#at[temp])]
g[i]=at[math.random(1,#at)]
else
g[i]=temp
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