Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-core
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
nanahira
ygopro-core
Commits
7defff51
Commit
7defff51
authored
Jan 28, 2026
by
wind2009
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch '233/patch-synchro-3' into develop
parents
ec7b9f73
4368c20c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
field.cpp
field.cpp
+7
-1
No files found.
field.cpp
View file @
7defff51
...
@@ -2704,7 +2704,7 @@ int32_t field::check_tuner_material(lua_State* L, card* pcard, card* tuner, int3
...
@@ -2704,7 +2704,7 @@ int32_t field::check_tuner_material(lua_State* L, card* pcard, card* tuner, int3
++
location_count
;
++
location_count
;
}
}
if
(
min
==
0
)
{
if
(
min
==
0
)
{
if
(
location_count
>
0
&&
check_with_sum_limit_m
(
nsyn
,
lv
,
0
,
0
,
0
,
0xffff
,
2
))
{
if
(
location_count
>
0
&&
must_list
.
size
()
==
0
&&
check_with_sum_limit_m
(
nsyn
,
lv
,
0
,
0
,
0
,
0xffff
,
2
))
{
pduel
->
restore_assumes
();
pduel
->
restore_assumes
();
return
TRUE
;
return
TRUE
;
}
}
...
@@ -2716,6 +2716,12 @@ int32_t field::check_tuner_material(lua_State* L, card* pcard, card* tuner, int3
...
@@ -2716,6 +2716,12 @@ int32_t field::check_tuner_material(lua_State* L, card* pcard, card* tuner, int3
}
}
if
(
must_list
.
size
())
{
if
(
must_list
.
size
())
{
for
(
auto
&
mcard
:
must_list
)
{
for
(
auto
&
mcard
:
must_list
)
{
if
(
mg
)
{
if
(
!
mg
->
has_card
(
mcard
))
{
pduel
->
restore_assumes
();
return
FALSE
;
}
}
if
(
pcheck
)
if
(
pcheck
)
pcheck
->
get_value
(
mcard
);
pcheck
->
get_value
(
mcard
);
if
((
mcard
->
current
.
location
==
LOCATION_MZONE
&&
!
mcard
->
is_position
(
POS_FACEUP
))
||
!
mcard
->
is_can_be_synchro_material
(
pcard
,
tuner
))
{
if
((
mcard
->
current
.
location
==
LOCATION_MZONE
&&
!
mcard
->
is_position
(
POS_FACEUP
))
||
!
mcard
->
is_can_be_synchro_material
(
pcard
,
tuner
))
{
...
...
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