Added some new primitives from MOM set, fixed some primitives, added new keyword "hasconvoke" to target spells which have convoke cost.
This commit is contained in:
@@ -46,6 +46,7 @@ class CardDescriptor: public MTGCardInstance
|
||||
int zposComparisonMode;
|
||||
int zposition;
|
||||
int hasKickerCost;
|
||||
int hasConvokeCost;
|
||||
int hasFlashbackCost;
|
||||
int hasBackSide;
|
||||
int hasPartner;
|
||||
@@ -55,6 +56,7 @@ class CardDescriptor: public MTGCardInstance
|
||||
CardDescriptor();
|
||||
void unsecureSetKicked(int i);
|
||||
void unsecureSetHasKickerCost(int i);
|
||||
void unsecureSetHasConvokeCost(int i);
|
||||
void unsecureSetHasFlashbackCost(int i);
|
||||
void unsecureSetHasBackSide(int i);
|
||||
void unsecureSetHasPartner(int i);
|
||||
|
||||
Reference in New Issue
Block a user