Added new primitives from LTC set, improved "_GOAD_" macro, updated missing card by set list, added new keyword "permanent" to target permanents and nonpermanents, added "flashback" option to "castcard" ability, added new ability "unsacrificable" to forbid a player to sacrifice a card.
This commit is contained in:
@@ -54,6 +54,7 @@ class CardDescriptor: public MTGCardInstance
|
||||
int modified;
|
||||
int toxicity;
|
||||
int hasPartner;
|
||||
int isPermanent;
|
||||
int hasXCost;
|
||||
int anyCounter;
|
||||
int init();
|
||||
@@ -66,6 +67,7 @@ class CardDescriptor: public MTGCardInstance
|
||||
void unsecureSetModified(int k);
|
||||
void unsecureSetHasToxic(int k);
|
||||
void unsecureSetHasPartner(int k);
|
||||
void unsecureSetIsPermanent(int k);
|
||||
void unsecureSetTapped(int i);
|
||||
void unsecuresetfresh(int k);
|
||||
void unsecuresetrecent(int j);
|
||||
|
||||
Reference in New Issue
Block a user