Fixed primitives, added "notshare!" keyword (e.g. to search cards with different names), improved decks selection according to chosen game mode (e.g. Game will show commander decks only in commander mode and it will hide them in other modes).
This commit is contained in:
@@ -30,7 +30,9 @@ class CardDescriptor: public MTGCardInstance
|
||||
public:
|
||||
enum Operator{
|
||||
CD_OR = 1,
|
||||
CD_AND = 2
|
||||
CD_AND = 2,
|
||||
CD_NOR = 3,
|
||||
CD_NAND = 4
|
||||
};
|
||||
|
||||
Operator mode;
|
||||
|
||||
Reference in New Issue
Block a user