Fixed some cards
replaced @lifed with @lifeof, had to hardcode conduit of ruin...
This commit is contained in:
@@ -259,7 +259,8 @@ class Constants
|
||||
NOLEGENDRULE =137,
|
||||
CANTTRANSFORM =138,
|
||||
ASFLASH =139,
|
||||
NB_BASIC_ABILITIES = 140,
|
||||
CONDUITED = 140,
|
||||
NB_BASIC_ABILITIES = 141,
|
||||
|
||||
RARITY_S = 'S', //Special Rarity
|
||||
RARITY_M = 'M', //Mythics
|
||||
|
||||
@@ -102,7 +102,8 @@ class MTGGameZone {
|
||||
size_t getIndex(MTGCardInstance * card);
|
||||
void cleanupPhase();
|
||||
void beforeBeginPhase();
|
||||
|
||||
|
||||
unsigned int countByAlias(int number = 0);
|
||||
unsigned int countByType(const string &value);
|
||||
unsigned int countByCanTarget(TargetChooser * tc);
|
||||
unsigned int countTotalManaSymbols(TargetChooser * tc, int color);
|
||||
|
||||
Reference in New Issue
Block a user