mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 00:54:53 -07:00
Add rarity filter to deck editor
This commit is contained in:
parent
4ffec331dc
commit
829c96673b
8 changed files with 42 additions and 8 deletions
|
|
@ -33,6 +33,8 @@ const char *CardFilter::attrName(Attr a)
|
|||
return "mana cost";
|
||||
case AttrCmc:
|
||||
return "cmc";
|
||||
case AttrRarity:
|
||||
return "rarity";
|
||||
default:
|
||||
return "";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue