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
eda6e68b
Commit
eda6e68b
authored
Sep 06, 2015
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adjust before EVENT_BATTLE_DESTROYING
parent
49c9fb3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
ocgcore/operations.cpp
ocgcore/operations.cpp
+0
-1
ocgcore/processor.cpp
ocgcore/processor.cpp
+1
-0
No files found.
ocgcore/operations.cpp
View file @
eda6e68b
...
@@ -2773,7 +2773,6 @@ int32 field::destroy(uint16 step, group * targets, effect * reason_effect, uint3
...
@@ -2773,7 +2773,6 @@ int32 field::destroy(uint16 step, group * targets, effect * reason_effect, uint3
}
}
returns
.
ivalue
[
0
]
=
core
.
operated_set
.
size
();
returns
.
ivalue
[
0
]
=
core
.
operated_set
.
size
();
pduel
->
delete_group
(
targets
);
pduel
->
delete_group
(
targets
);
adjust_all
();
return
TRUE
;
return
TRUE
;
}
}
case
10
:
{
case
10
:
{
...
...
ocgcore/processor.cpp
View file @
eda6e68b
...
@@ -3559,6 +3559,7 @@ int32 field::process_battle_command(uint16 step) {
...
@@ -3559,6 +3559,7 @@ int32 field::process_battle_command(uint16 step) {
}
}
add_process
(
PROCESSOR_DESTROY
,
3
,
0
,
des
,
REASON_BATTLE
,
PLAYER_NONE
);
add_process
(
PROCESSOR_DESTROY
,
3
,
0
,
des
,
REASON_BATTLE
,
PLAYER_NONE
);
}
}
adjust_all
();
return
FALSE
;
return
FALSE
;
}
}
case
33
:
{
case
33
:
{
...
...
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