Commit 1bb5c938 authored by mercury233's avatar mercury233

fix define of AddFusionProcCodeFun

parent f8ad78a8
...@@ -1231,7 +1231,7 @@ function Auxiliary.AddFusionProcCodeRep(c,code1,cc,sub,insf) ...@@ -1231,7 +1231,7 @@ function Auxiliary.AddFusionProcCodeRep(c,code1,cc,sub,insf)
end end
---Fusion monster, name * minc to maxc ---Fusion monster, name * minc to maxc
---@param c Card ---@param c Card
---@param code1 integer ---@param code1 integer|table
---@param minc integer ---@param minc integer
---@param maxc integer ---@param maxc integer
---@param sub boolean ---@param sub boolean
...@@ -1241,7 +1241,7 @@ function Auxiliary.AddFusionProcCodeRep2(c,code1,minc,maxc,sub,insf) ...@@ -1241,7 +1241,7 @@ function Auxiliary.AddFusionProcCodeRep2(c,code1,minc,maxc,sub,insf)
end end
---Fusion monster, name + condition * n ---Fusion monster, name + condition * n
---@param c Card ---@param c Card
---@param code1 integer ---@param code1 integer|table
---@param f function|table ---@param f function|table
---@param cc integer ---@param cc integer
---@param sub boolean ---@param sub boolean
...@@ -1301,7 +1301,7 @@ function Auxiliary.AddFusionProcFunFunRep(c,f1,f2,minc,maxc,insf) ...@@ -1301,7 +1301,7 @@ function Auxiliary.AddFusionProcFunFunRep(c,f1,f2,minc,maxc,insf)
end end
---Fusion monster, name + condition * minc to maxc ---Fusion monster, name + condition * minc to maxc
---@param c Card ---@param c Card
---@param code1 integer ---@param code1 integer|table
---@param f function|table ---@param f function|table
---@param minc integer ---@param minc integer
---@param maxc integer ---@param maxc integer
...@@ -1312,8 +1312,8 @@ function Auxiliary.AddFusionProcCodeFunRep(c,code1,f,minc,maxc,sub,insf) ...@@ -1312,8 +1312,8 @@ function Auxiliary.AddFusionProcCodeFunRep(c,code1,f,minc,maxc,sub,insf)
end end
---Fusion monster, name + name + condition * minc to maxc ---Fusion monster, name + name + condition * minc to maxc
---@param c Card ---@param c Card
---@param code1 integer ---@param code1 integer|table
---@param code2 integer ---@param code2 integer|table
---@param f function|table ---@param f function|table
---@param minc integer ---@param minc integer
---@param maxc integer ---@param maxc integer
......
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