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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user