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
4
Merge Requests
4
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
0881385c
Commit
0881385c
authored
Feb 10, 2026
by
mercury233
Committed by
GitHub
Feb 10, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
skip synchro selection when full mat group is provided (#3123)
parent
4a71a276
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
procedure.lua
procedure.lua
+8
-1
No files found.
procedure.lua
View file @
0881385c
...
@@ -238,6 +238,7 @@ function Auxiliary.SynMixTarget(f1,f2,f3,f4,minct,maxct,gc)
...
@@ -238,6 +238,7 @@ function Auxiliary.SynMixTarget(f1,f2,f3,f4,minct,maxct,gc)
if
Duel
.
IsPlayerAffectedByEffect
(
tp
,
8173184
)
then
if
Duel
.
IsPlayerAffectedByEffect
(
tp
,
8173184
)
then
Duel
.
RegisterFlagEffect
(
tp
,
8173184
+
1
,
0
,
0
,
1
)
Duel
.
RegisterFlagEffect
(
tp
,
8173184
+
1
,
0
,
0
,
1
)
end
end
local
cancel
=
Duel
.
IsSummonCancelable
()
local
g
=
Group
.
CreateGroup
()
local
g
=
Group
.
CreateGroup
()
local
mg
local
mg
local
mgchk
=
false
local
mgchk
=
false
...
@@ -245,6 +246,13 @@ function Auxiliary.SynMixTarget(f1,f2,f3,f4,minct,maxct,gc)
...
@@ -245,6 +246,13 @@ function Auxiliary.SynMixTarget(f1,f2,f3,f4,minct,maxct,gc)
if
mg1
then
if
mg1
then
mg
=
mg1
:
Filter
(
Card
.
IsCanBeSynchroMaterial
,
nil
,
c
)
mg
=
mg1
:
Filter
(
Card
.
IsCanBeSynchroMaterial
,
nil
,
c
)
mgchk
=
true
mgchk
=
true
if
min
and
min
==
max
and
#
mg
==#
mg1
and
#
mg
==
min
+
1
and
not
cancel
then
g
:
Merge
(
mg
)
g
:
KeepAlive
()
e
:
SetLabelObject
(
g
)
Duel
.
ResetFlagEffect
(
tp
,
8173184
+
1
)
return
true
end
else
else
mg
=
Auxiliary
.
GetSynMaterials
(
tp
,
c
)
mg
=
Auxiliary
.
GetSynMaterials
(
tp
,
c
)
end
end
...
@@ -253,7 +261,6 @@ function Auxiliary.SynMixTarget(f1,f2,f3,f4,minct,maxct,gc)
...
@@ -253,7 +261,6 @@ function Auxiliary.SynMixTarget(f1,f2,f3,f4,minct,maxct,gc)
local
c2
local
c2
local
c3
local
c3
local
g4
=
Group
.
CreateGroup
()
local
g4
=
Group
.
CreateGroup
()
local
cancel
=
Duel
.
IsSummonCancelable
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SMATERIAL
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SMATERIAL
)
c1
=
mg
:
Filter
(
Auxiliary
.
SynMixFilter1
,
nil
,
f1
,
f2
,
f3
,
f4
,
minc
,
maxc
,
c
,
mg
,
smat
,
gc
,
mgchk
,
goalchk
):
SelectUnselect
(
g
,
tp
,
false
,
cancel
,
1
,
1
)
c1
=
mg
:
Filter
(
Auxiliary
.
SynMixFilter1
,
nil
,
f1
,
f2
,
f3
,
f4
,
minc
,
maxc
,
c
,
mg
,
smat
,
gc
,
mgchk
,
goalchk
):
SelectUnselect
(
g
,
tp
,
false
,
cancel
,
1
,
1
)
if
not
c1
then
goto
SynMixTargetSelectCancel
end
if
not
c1
then
goto
SynMixTargetSelectCancel
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