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
4b0b0847
Commit
4b0b0847
authored
Aug 13, 2018
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "add EFFECT_FLAG_NO_CTEFFECT"
This reverts commit
bddb17dc
.
parent
bddb17dc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
effect.h
effect.h
+0
-1
field.cpp
field.cpp
+0
-2
No files found.
effect.h
View file @
4b0b0847
...
@@ -184,7 +184,6 @@ enum effect_flag : uint32 {
...
@@ -184,7 +184,6 @@ enum effect_flag : uint32 {
EFFECT_FLAG_OWNER_RELATE
=
0x1000000
,
EFFECT_FLAG_OWNER_RELATE
=
0x1000000
,
EFFECT_FLAG_AVAILABLE_BD
=
0x2000000
,
EFFECT_FLAG_AVAILABLE_BD
=
0x2000000
,
EFFECT_FLAG_CLIENT_HINT
=
0x4000000
,
EFFECT_FLAG_CLIENT_HINT
=
0x4000000
,
EFFECT_FLAG_NO_CTEFFECT
=
0x8000000
,
// EFFECT_FLAG_CHAIN_UNIQUE = 0x8000000,
// EFFECT_FLAG_CHAIN_UNIQUE = 0x8000000,
// EFFECT_FLAG_NAGA = 0x10000000,
// EFFECT_FLAG_NAGA = 0x10000000,
// EFFECT_FLAG_COF = 0x20000000,
// EFFECT_FLAG_COF = 0x20000000,
...
...
field.cpp
View file @
4b0b0847
...
@@ -3423,8 +3423,6 @@ int32 field::get_cteffect(effect* peffect, int32 playerid, int32 store) {
...
@@ -3423,8 +3423,6 @@ int32 field::get_cteffect(effect* peffect, int32 playerid, int32 store) {
continue;
continue;
if(!feffect->in_range(phandler))
if(!feffect->in_range(phandler))
continue;
continue;
if
(
feffect
->
is_flag
(
EFFECT_FLAG_NO_CTEFFECT
))
continue
;
uint32 code = efit->first;
uint32 code = efit->first;
if(code == EVENT_FREE_CHAIN || code == EVENT_PHASE + infos.phase) {
if(code == EVENT_FREE_CHAIN || code == EVENT_PHASE + infos.phase) {
nil_event.event_code = code;
nil_event.event_code = code;
...
...
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