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
e75185fc
Commit
e75185fc
authored
Sep 26, 2015
by
VanillaSalt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
f7089e78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
card.cpp
card.cpp
+4
-4
No files found.
card.cpp
View file @
e75185fc
...
...
@@ -527,14 +527,14 @@ void card::calc_attack_defence(int32 *patk, int32 *pdef) {
break
;
}
if
(
!
rev
)
{
if
(
temp
.
attack
!=
-
1
)
if
(
swap
||
patk
)
temp
.
attack
=
base_atk
+
up_atk
+
upc_atk
;
if
(
temp
.
defence
!=
-
1
)
if
(
swap
||
pdef
)
temp
.
defence
=
base_def
+
up_def
+
upc_def
;
}
else
{
if
(
temp
.
attack
!=
-
1
)
if
(
swap
||
patk
)
temp
.
attack
=
base_atk
-
up_atk
-
upc_atk
;
if
(
temp
.
defence
!=
-
1
)
if
(
swap
||
pdef
)
temp
.
defence
=
base_def
-
up_def
-
upc_def
;
}
}
...
...
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