add andAbility support for AACopier
the granted ability must exists only if you copy a card, if you don't copy any card, the source doesn't have any granted abillities.
This commit is contained in:
@@ -1911,6 +1911,7 @@ public:
|
||||
class AACopier: public ActivatedAbility
|
||||
{
|
||||
public:
|
||||
MTGAbility * andAbility;
|
||||
AACopier(GameObserver* observer, int _id, MTGCardInstance * _source, MTGCardInstance * _target = NULL, ManaCost * _cost = NULL);
|
||||
int resolve();
|
||||
const string getMenuText();
|
||||
|
||||
Reference in New Issue
Block a user