Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
f622a41e
Commit
f622a41e
authored
Jan 29, 2012
by
Max-Wilhelm Bruker
Browse files
cleaner implementation of loyalty display criterium
parent
ccfdc0a0
Changes
1
Show whitespace changes
Inline
Side-by-side
cockatrice/src/cardinfowidget.cpp
View file @
f622a41e
...
...
@@ -97,7 +97,7 @@ bool CardInfoWidget::shouldShowPowTough()
bool
CardInfoWidget
::
shouldShowLoyalty
()
{
return
(
info
->
get
MainCardType
()
==
"Planeswalker"
);
return
(
info
->
get
Loyalty
()
>
0
);
}
void
CardInfoWidget
::
setMinimized
(
int
_minimized
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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