mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-18 04:51:33 -07:00
Add cmc to card db filter model
This commit is contained in:
parent
7893ab086f
commit
6fa34c6c04
4 changed files with 18 additions and 17 deletions
|
|
@ -31,6 +31,8 @@ const char *CardFilter::attrName(Attr a)
|
|||
return "set";
|
||||
case AttrManaCost:
|
||||
return "mana cost";
|
||||
case AttrCmc:
|
||||
return "cmc";
|
||||
default:
|
||||
return "";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue