Added/Fixed primitives, improved the Double Face Modal cards management: now it's possibile to click on card to flip the side in odrer to read card infos such as name, manacost, text and types, improved the "moveto" keyword in order to allow the usage of the "temp" zone for removing unecessary cards from game (e.g. duplicated card generated from some dual face cards), added the option "nolegend" to the "copy" keyword in order to crerate copy of legendary cards that are not legendary (e.g. Echoing Equation), added the keywords "doublefacedeath" and "gaineddoublefacedeath" to send a card to temp zone after death (e.g. duplicated card generated from some dual face cards), added the keywords "lifefaker" to identify the cards wich modify the life increasement when a @lifeof triggers occours (e.g. Angel of Vitality).
This commit is contained in:
@@ -248,7 +248,7 @@ public:
|
||||
int removeCantBeBlockerOfCard(MTGCardInstance * card, int erase = 0);
|
||||
int cantBeBlockerOfCard(MTGCardInstance * card);
|
||||
|
||||
void copy(MTGCardInstance * card);
|
||||
void copy(MTGCardInstance * card, bool nolegend = false);
|
||||
|
||||
void setUntapping();
|
||||
void resetUntapping(); // Fix to avoid the untap on frozen card by clicking on them after the untap phase.
|
||||
|
||||
Reference in New Issue
Block a user