Commit 34c92faa authored by Grajade's avatar Grajade

Update c13959998.lua

parent ef6c72fc
...@@ -4,7 +4,7 @@ Duel.LoadScript("c13959997.lua") ...@@ -4,7 +4,7 @@ Duel.LoadScript("c13959997.lua")
local cc=13959998 local cc=13959998
local this=_G["c"..cc] local this=_G["c"..cc]
local rerollc={86379411,999718,22046,20132,31060,7001060,74561060,999507,22099,10250,19114514,21018} local rerollc={76815942,17994645,55863245,44155002,68319538,7391448,75326861,34408491,24221808,87460579,40939228,21123811}
this.maincount=40 this.maincount=40
this.extracount=20 this.extracount=20
...@@ -227,7 +227,7 @@ function this.ccGen(from,count) ...@@ -227,7 +227,7 @@ function this.ccGen(from,count)
local temp=this.CardList[from][math.random(1,#this.CardList[from])] local temp=this.CardList[from][math.random(1,#this.CardList[from])]
local at=this.CardList[from.."AliasTable"] local at=this.CardList[from.."AliasTable"]
if #at[temp]>1 then if #at[temp]>1 then
g[i]=at[math.random(1,#at)] g[i]=at[temp][math.random(1,#at[temp])]
else else
g[i]=temp g[i]=temp
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