mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 09:04:53 -07:00
Relation checks added to relevant fields in card filter (#3080)
* comments and <=, >=, == support added
This commit is contained in:
parent
b58aa459a4
commit
4cbec71882
2 changed files with 37 additions and 3 deletions
|
|
@ -214,6 +214,7 @@ public:
|
|||
bool acceptToughness(const CardInfoPtr info) const;
|
||||
bool acceptRarity(const CardInfoPtr info) const;
|
||||
bool acceptCardAttr(const CardInfoPtr info, CardFilter::Attr attr) const;
|
||||
bool relationCheck(int cardInfo) const;
|
||||
};
|
||||
|
||||
class FilterTree : public QObject, public FilterTreeBranch<LogicMap *>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue