mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 16:43:55 -07:00
add pow/toughness filters (#2169)
This commit is contained in:
parent
65c98c8422
commit
6c7ba06930
4 changed files with 30 additions and 2 deletions
|
|
@ -35,6 +35,10 @@ const char *CardFilter::attrName(Attr a)
|
|||
return "cmc";
|
||||
case AttrRarity:
|
||||
return "rarity";
|
||||
case AttrPow:
|
||||
return "power";
|
||||
case AttrTough:
|
||||
return "toughness";
|
||||
default:
|
||||
return "";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue