mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-14 19:18:55 -07:00
Loyalty filter added (#3087)
This commit is contained in:
parent
35159ef61a
commit
a0d6a342d3
9 changed files with 39 additions and 19 deletions
|
|
@ -212,6 +212,7 @@ public:
|
|||
bool acceptCmc(const CardInfoPtr info) const;
|
||||
bool acceptPower(const CardInfoPtr info) const;
|
||||
bool acceptToughness(const CardInfoPtr info) const;
|
||||
bool acceptLoyalty(const CardInfoPtr info) const;
|
||||
bool acceptRarity(const CardInfoPtr info) const;
|
||||
bool acceptCardAttr(const CardInfoPtr info, CardFilter::Attr attr) const;
|
||||
bool relationCheck(int cardInfo) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue