Fixed primitives, fixed "proliferate" target chooser, improved "cycled" and "discarded" triggers, added new keywords "pcycledcount" and "ocycledcount" to calculate how may cards have been cycled this turn from a specific player, added new menu choices to instantly select/deselect and confirm all the possible targets (in any zone) during the target selection of an ability (e.g. Proliferation ability can target a lot of permanents and players so using that menu choice all the targets will be instantly chosen and then the current player will be able to remove any of them or confirm the entire selection).
This commit is contained in:
@@ -44,6 +44,7 @@ public:
|
||||
MTGCardInstance * targetter; //Optional, usually equals source, used for protection from...
|
||||
int maxtargets;
|
||||
bool done;
|
||||
bool autoChoice; // added to allow choice from game menu.
|
||||
bool targetMin;
|
||||
bool validTargetsExist(int maxTarget = 1);
|
||||
int attemptsToFill;
|
||||
|
||||
Reference in New Issue
Block a user