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
26fe9c46
Commit
26fe9c46
authored
Jul 03, 2025
by
Vury Leo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
filter
parent
9f9014b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
procedure.lua
procedure.lua
+8
-0
No files found.
procedure.lua
View file @
26fe9c46
...
@@ -3529,6 +3529,14 @@ function Synchro.CanCompleteSelection(candidates,target_level,tuner_race,tuner_f
...
@@ -3529,6 +3529,14 @@ function Synchro.CanCompleteSelection(candidates,target_level,tuner_race,tuner_f
prune_non_tuner_filter
=
aux
.
AND
(
function
(
c
)
return
c
:
IsRace
(
tuner_race
)
end
,
non_tuner_filter
)
prune_non_tuner_filter
=
aux
.
AND
(
function
(
c
)
return
c
:
IsRace
(
tuner_race
)
end
,
non_tuner_filter
)
end
end
end
end
if
index
==
prune_indexes
.
race_prune_index
+
1
then
--- one time prune on selected materials
for
_
,
selected
in
ipairs
(
selected
)
do
if
not
(
prune_tuner_filter
(
selected
)
or
prune_non_tuner_filter
(
selected
))
then
return
false
end
end
end
local
mc
=
candidates
[
index
]
local
mc
=
candidates
[
index
]
local
can_include
=
true
local
can_include
=
true
...
...
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