cleaner implementation of loyalty display criterium
This commit is contained in:
parent
ccfdc0a084
commit
f622a41e7a
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ bool CardInfoWidget::shouldShowPowTough()
|
|||
|
||||
bool CardInfoWidget::shouldShowLoyalty()
|
||||
{
|
||||
return (info->getMainCardType() == "Planeswalker");
|
||||
return (info->getLoyalty() > 0);
|
||||
}
|
||||
|
||||
void CardInfoWidget::setMinimized(int _minimized)
|
||||
|
|
Loading…
Reference in a new issue