Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
3
Merge Requests
3
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
MyCard
ygopro-scripts-888
Commits
4239819a
Commit
4239819a
authored
Jul 08, 2025
by
Vury Leo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
c7be3030
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
procedure.lua
procedure.lua
+0
-2
No files found.
procedure.lua
View file @
4239819a
...
@@ -3640,8 +3640,6 @@ end
...
@@ -3640,8 +3640,6 @@ end
function
Synchro
.
CanCompleteSelection
(
candidates
,
target_level
,
tuner_race
,
tuner_level
,
tuner_filter
,
non_tuner_race
,
non_tuner_level
,
non_tuner_filter
,
tc
,
function
Synchro
.
CanCompleteSelection
(
candidates
,
target_level
,
tuner_race
,
tuner_level
,
tuner_filter
,
non_tuner_race
,
non_tuner_level
,
non_tuner_filter
,
tc
,
tuner_min
,
tuner_max
,
non_tuner_min
,
non_tuner_max
,
level_mapper
,
hand_count_mapper
,
scheck
,
sgoalcheck
,
selected
,
index
,
state
,
prune_indexes
)
tuner_min
,
tuner_max
,
non_tuner_min
,
non_tuner_max
,
level_mapper
,
hand_count_mapper
,
scheck
,
sgoalcheck
,
selected
,
index
,
state
,
prune_indexes
)
dfs_calls
=
dfs_calls
+
1
if
state
.
tuner_count
>
tuner_max
then
return
false
end
if
state
.
tuner_count
>
tuner_max
then
return
false
end
if
state
.
non_tuner_count
>
non_tuner_max
then
return
false
end
if
state
.
non_tuner_count
>
non_tuner_max
then
return
false
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