mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
Loyalty filter added (#3087)
This commit is contained in:
parent
35159ef61a
commit
a0d6a342d3
9 changed files with 39 additions and 19 deletions
|
|
@ -39,6 +39,8 @@ const char *CardFilter::attrName(Attr a)
|
|||
return "Power";
|
||||
case AttrTough:
|
||||
return "Toughness";
|
||||
case AttrLoyalty:
|
||||
return "Loyalty";
|
||||
default:
|
||||
return "";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue