Added/fixed primitives, updated the "missing_cards_by_sets" folder, added missing Conspicacy cards and tokens in CNS set, added Conspicacy cards management, added new ability "isconspiracy" to identify the Conspicacy cards into the Sideboard, added "Conspiracy" type in "Subtypes.h" enum definition, added a fix in "GameObserver::Affinity()" method in order to avoid a crash when the card is a Conspiracy in the commandzone.
This commit is contained in:
@@ -328,7 +328,8 @@ class Constants
|
||||
NIGHTBOUND = 201,
|
||||
DECAYED = 202,
|
||||
HASSTRIVE = 203,
|
||||
NB_BASIC_ABILITIES = 204,
|
||||
ISCONSPIRACY = 204,
|
||||
NB_BASIC_ABILITIES = 205,
|
||||
|
||||
RARITY_S = 'S', //Special Rarity
|
||||
RARITY_M = 'M', //Mythics
|
||||
|
||||
@@ -32,7 +32,8 @@ public:
|
||||
TYPE_VANGUARD = 17,
|
||||
TYPE_DUNGEON = 18,
|
||||
TYPE_EMBLEM = 19,
|
||||
LAST_TYPE = TYPE_EMBLEM,
|
||||
TYPE_CONSPIRACY = 20,
|
||||
LAST_TYPE = TYPE_CONSPIRACY,
|
||||
};
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user