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
06e2ad51
Commit
06e2ad51
authored
Apr 04, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch '233/patch-spsummon-trap' into develop
parents
cc4d33fb
0f6d4d92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
card.cpp
card.cpp
+1
-1
No files found.
card.cpp
View file @
06e2ad51
...
...
@@ -2579,7 +2579,7 @@ void card::set_special_summon_status(effect* peffect) {
}
card
*
pcard
=
peffect
->
get_handler
();
auto
cait
=
pduel
->
game_field
->
core
.
current_chain
.
rbegin
();
if
(
!
(
peffect
->
type
&
0x7f0
)
||
pcard
->
is_has_relation
(
*
cait
))
{
if
(
!
(
peffect
->
type
&
0x7f0
)
||
(
pcard
->
is_has_relation
(
*
cait
)
&&
!
(
pcard
->
get_type
()
&
TYPE_TRAPMONSTER
)
))
{
spsummon
.
code
=
pcard
->
get_code
();
spsummon
.
code2
=
pcard
->
get_another_code
();
spsummon
.
type
=
pcard
->
get_type
();
...
...
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