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
9968215b
Commit
9968215b
authored
Jan 24, 2026
by
wind2009
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch '233/patch-sync-workaround' into master
parents
9ba6e402
a6836f13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
procedure.lua
procedure.lua
+2
-2
No files found.
procedure.lua
View file @
9968215b
...
@@ -111,7 +111,7 @@ function Auxiliary.SynTarget(f1,f2,minct,maxct)
...
@@ -111,7 +111,7 @@ function Auxiliary.SynTarget(f1,f2,minct,maxct)
else
return
false
end
else
return
false
end
end
end
end
end
function
Auxiliary
.
SynOperation
(
f1
,
f2
,
minct
,
maxc
)
function
Auxiliary
.
SynOperation
(
f1
,
f2
,
minct
,
maxc
t
)
return
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
,
smat
,
mg
,
min
,
max
)
return
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
,
smat
,
mg
,
min
,
max
)
local
g
=
e
:
GetLabelObject
()
local
g
=
e
:
GetLabelObject
()
c
:
SetMaterial
(
g
)
c
:
SetMaterial
(
g
)
...
@@ -206,7 +206,7 @@ function Auxiliary.SynMixCondition(f1,f2,f3,f4,minct,maxct,gc)
...
@@ -206,7 +206,7 @@ function Auxiliary.SynMixCondition(f1,f2,f3,f4,minct,maxct,gc)
local
goalchk
=
false
local
goalchk
=
false
if
mg1
then
if
mg1
then
mgchk
=
true
mgchk
=
true
if
min
==
max
and
#
mg1
==
min
+
1
then
if
min
and
min
==
max
and
#
mg1
==
min
+
1
then
goalchk
=
Auxiliary
.
SynMixCheckGoal
(
tp
,
mg1
,
0
,
0
,
c
,
Group
.
CreateGroup
(),
smat
,
gc
,
mgchk
,
goalchk
)
goalchk
=
Auxiliary
.
SynMixCheckGoal
(
tp
,
mg1
,
0
,
0
,
c
,
Group
.
CreateGroup
(),
smat
,
gc
,
mgchk
,
goalchk
)
if
not
goalchk
then
if
not
goalchk
then
Duel
.
ResetFlagEffect
(
tp
,
8173184
+
1
)
Duel
.
ResetFlagEffect
(
tp
,
8173184
+
1
)
...
...
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