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
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-core
Commits
83696e37
Commit
83696e37
authored
Apr 24, 2020
by
mercury233
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/Fluorohydride/ygopro-core
parents
a046eb7e
6287d670
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
processor.cpp
processor.cpp
+0
-2
No files found.
processor.cpp
View file @
83696e37
...
@@ -3935,7 +3935,6 @@ int32 field::add_chain(uint16 step) {
...
@@ -3935,7 +3935,6 @@ int32 field::add_chain(uint16 step) {
}
}
}
}
if
(
peffect
->
type
&
EFFECT_TYPE_ACTIVATE
)
{
if
(
peffect
->
type
&
EFFECT_TYPE_ACTIVATE
)
{
break_effect
();
int32
ecode
=
0
;
int32
ecode
=
0
;
if
(
phandler
->
current
.
location
==
LOCATION_HAND
)
{
if
(
phandler
->
current
.
location
==
LOCATION_HAND
)
{
if
(
phandler
->
data
.
type
&
TYPE_TRAP
)
if
(
phandler
->
data
.
type
&
TYPE_TRAP
)
...
@@ -4009,7 +4008,6 @@ int32 field::add_chain(uint16 step) {
...
@@ -4009,7 +4008,6 @@ int32 field::add_chain(uint16 step) {
pduel
->
write_buffer8
(
clit
.
triggering_sequence
);
pduel
->
write_buffer8
(
clit
.
triggering_sequence
);
pduel
->
write_buffer32
(
peffect
->
description
);
pduel
->
write_buffer32
(
peffect
->
description
);
pduel
->
write_buffer8
((
uint8
)
core
.
current_chain
.
size
()
+
1
);
pduel
->
write_buffer8
((
uint8
)
core
.
current_chain
.
size
()
+
1
);
break_effect
();
for
(
auto
&
ch_lim
:
core
.
chain_limit
)
for
(
auto
&
ch_lim
:
core
.
chain_limit
)
luaL_unref
(
pduel
->
lua
->
lua_state
,
LUA_REGISTRYINDEX
,
ch_lim
.
function
);
luaL_unref
(
pduel
->
lua
->
lua_state
,
LUA_REGISTRYINDEX
,
ch_lim
.
function
);
core
.
chain_limit
.
clear
();
core
.
chain_limit
.
clear
();
...
...
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