Fixed primitives, fixed a commander deck for AI, improved all cards with partner ability, added a "partner=" key to associate the partner to a primitive, added new keywords "withpartner", "partname" and "haspartner" to improve the Target Chooser for cards with partner, improved the Commander rules to allow double commander just with specifc partner, improved background images management for game settings, deck selection, deck editor background, post-match credits, deck editor selection and trophies room (now it's possibile to randomly use up to 10 background images).
This commit is contained in:
@@ -48,6 +48,7 @@ class CardDescriptor: public MTGCardInstance
|
||||
int hasKickerCost;
|
||||
int hasFlashbackCost;
|
||||
int hasBackSide;
|
||||
int hasPartner;
|
||||
int hasXCost;
|
||||
int anyCounter;
|
||||
int init();
|
||||
@@ -56,6 +57,7 @@ class CardDescriptor: public MTGCardInstance
|
||||
void unsecureSetHasKickerCost(int i);
|
||||
void unsecureSetHasFlashbackCost(int i);
|
||||
void unsecureSetHasBackSide(int i);
|
||||
void unsecureSetHasPartner(int i);
|
||||
void unsecureSetTapped(int i);
|
||||
void unsecuresetfresh(int k);
|
||||
void unsecuresetrecent(int j);
|
||||
|
||||
Reference in New Issue
Block a user