added new functionality to AAMover...
you can now do moveto(targetzone) and((ability)) moveto(mybatlefield) and((transforms((zombie,black)) forever))
This commit is contained in:
@@ -984,13 +984,14 @@ class AAMover: public ActivatedAbility
|
||||
{
|
||||
public:
|
||||
string destination;
|
||||
|
||||
MTGAbility * andAbility;
|
||||
AAMover(int _id, MTGCardInstance * _source, MTGCardInstance * _target, string dest, ManaCost * _cost = NULL);
|
||||
MTGGameZone * destinationZone(Targetable * target = NULL);
|
||||
int resolve();
|
||||
const char * getMenuText();
|
||||
const char * getMenuText(TargetChooser * fromTc);
|
||||
AAMover * clone() const;
|
||||
~AAMover();
|
||||
};
|
||||
|
||||
//-----------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user