extended "vanishing" to support "fading" these 2 abilities are the same with the exception of the name of the counter the creature receive.

This commit is contained in:
omegablast2002@yahoo.com
2011-02-06 18:20:59 +00:00
parent 26b1cd2c34
commit de6e5ed7eb
3 changed files with 30 additions and 10 deletions

View File

@@ -3964,8 +3964,9 @@ class AVanishing: public ActivatedAbility
public:
int timeLeft;
int amount;
string counterName;
AVanishing(int _id, MTGCardInstance * card, ManaCost * _cost, int _tap = 0, int restrictions = 0,int amount = 0);
AVanishing(int _id, MTGCardInstance * card, ManaCost * _cost, int _tap = 0, int restrictions = 0,int amount = 0,string counterName = "");
void Update(float dt);
int resolve();
const char * getMenuText();