Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
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
YGOPRO-520DIY
ygopro
Commits
55f9ce14
Commit
55f9ce14
authored
Jul 28, 2014
by
VanillaSalt
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #873 from sidschingis/patch-1
update
parents
7d6e8919
00656ac9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
ocgcore/card.cpp
ocgcore/card.cpp
+4
-0
No files found.
ocgcore/card.cpp
View file @
55f9ce14
...
...
@@ -760,6 +760,8 @@ void card::xyz_overlay(card_set* materials) {
pcard
->
reset
(
RESET_LEAVE
+
RESET_OVERLAY
,
RESET_EVENT
);
if
(
pcard
->
unique_code
)
pduel
->
game_field
->
remove_unique_card
(
pcard
);
if
(
pcard
->
equiping_target
)
pcard
->
unequip
();
xyz_add
(
pcard
,
&
des
);
}
else
{
field
::
card_vector
cv
;
...
...
@@ -770,6 +772,8 @@ void card::xyz_overlay(card_set* materials) {
(
*
cvit
)
->
reset
(
RESET_LEAVE
+
RESET_OVERLAY
,
RESET_EVENT
);
if
((
*
cvit
)
->
unique_code
)
pduel
->
game_field
->
remove_unique_card
(
*
cvit
);
if
((
*
cvit
)
->
equiping_target
)
(
*
cvit
)
->
unequip
();
xyz_add
(
*
cvit
,
&
des
);
}
}
...
...
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