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
c80b3a96
Commit
c80b3a96
authored
Dec 04, 2023
by
Chen Bill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit comment
parent
e3cd5e2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
processor.cpp
processor.cpp
+2
-0
No files found.
processor.cpp
View file @
c80b3a96
...
...
@@ -2296,6 +2296,7 @@ int32 field::process_idle_command(uint16 step) {
adjust_all
();
add_process
(
PROCESSOR_POINT_EVENT
,
0
,
0
,
0
,
FALSE
,
0
);
}
else
if
(
target
->
is_position
(
POS_FACEDOWN_ATTACK
))
{
//deprecated rule (POS_FACEDOWN_ATTACK)
core
.
units
.
begin
()
->
ptarget
=
(
group
*
)
target
;
int32
positions
=
0
;
if
(
target
->
is_capable_change_position
(
infos
.
turn_player
))
...
...
@@ -2356,6 +2357,7 @@ int32 field::process_idle_command(uint16 step) {
return
FALSE
;
}
case
13
:
{
//deprecated rule (POS_FACEDOWN_ATTACK)
card
*
target
=
(
card
*
)
core
.
units
.
begin
()
->
ptarget
;
if
(
returns
.
ivalue
[
0
]
==
POS_FACEUP_ATTACK
)
add_process
(
PROCESSOR_FLIP_SUMMON
,
0
,
0
,
(
group
*
)
target
,
target
->
current
.
controler
,
0
);
...
...
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