Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
8e6224d4
Commit
8e6224d4
authored
Oct 15, 2022
by
REIKAI
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
repo 10.15
parent
1997f87c
Pipeline
#17182
passed with stages
in 29 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
expansions/script/c10199991.lua
expansions/script/c10199991.lua
+4
-4
No files found.
expansions/script/c10199991.lua
View file @
8e6224d4
...
...
@@ -600,7 +600,7 @@ function rsof.Escape_Old_Functions()
end
return
para1
(
g
,
table.unpack
(
para_list
))
else
return
rsop
.
SelectOperate
(
sel_hint
,
sp
,
filter
,
tp
,
loc_self
,
loc_oppo
,
minct
,
maxct
,
except_obj
,
solve_list
,
...
)
return
rsop
.
OperateCards
(
sel_hint
,
sp
,
filter
,
tp
,
loc_self
,
loc_oppo
,
minct
,
maxct
,
except_obj
,
solve_list
,
...
)
end
end
rsgf
.
SelectSolve
=
function
(
g
,
sel_hint
,
sp
,
filter
,
minct
,
maxct
,
except_obj
,
solve_list
,
...
)
...
...
@@ -619,7 +619,7 @@ function rsof.Escape_Old_Functions()
end
return
para1
(
g
,
table.unpack
(
para_list
))
else
return
rsgf
.
SelectOperate
(
sel_hint
,
g
,
sp
,
filter
,
minct
,
maxct
,
except_obj
,
solve_list
,
...
)
return
rsgf
.
OperateCards
(
sel_hint
,
g
,
sp
,
filter
,
minct
,
maxct
,
except_obj
,
solve_list
,
...
)
end
end
local
selectfun_list
=
{
...
...
@@ -628,10 +628,10 @@ function rsof.Escape_Old_Functions()
}
for
str_idx
,
str_val
in
pairs
(
selectfun_list
)
do
rsop
[
"Select"
..
str_idx
]
=
function
(
sp
,
filter
,
tp
,
loc_self
,
loc_oppo
,
minct
,
maxct
,
except_obj
,
solve_parama
,
...
)
return
rsop
.
SelectOperate
(
str_val
,
sp
,
filter
,
tp
,
loc_self
,
loc_oppo
,
minct
,
maxct
,
except_obj
,
solve_parama
,
...
)
return
rsop
.
OperateCards
(
str_val
,
sp
,
filter
,
tp
,
loc_self
,
loc_oppo
,
minct
,
maxct
,
except_obj
,
solve_parama
,
...
)
end
rsgf
[
"Select"
..
str_idx
]
=
function
(
g
,
sp
,
filter
,
minct
,
maxct
,
except_obj
,
solve_parama
,
...
)
return
rsgf
.
SelectOperate
(
str_val
,
g
,
sp
,
filter
,
minct
,
maxct
,
except_obj
,
solve_parama
,
...
)
return
rsgf
.
OperateCards
(
str_val
,
g
,
sp
,
filter
,
minct
,
maxct
,
except_obj
,
solve_parama
,
...
)
end
end
--//
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment