i actually misinterperated the fading rule...

the difference between vainshing and fading is...
fading sac triggers the NEXT time you try to remove a fade counter but cant, vanishing sac triggers WHEN you remove the last counter.
This commit is contained in:
omegablast2002@yahoo.com
2011-02-06 18:48:08 +00:00
parent 230edd917c
commit bf427b6402
2 changed files with 18 additions and 14 deletions

View File

@@ -3965,6 +3965,7 @@ public:
int timeLeft;
int amount;
string counterName;
int next;
AVanishing(int _id, MTGCardInstance * card, ManaCost * _cost, int _tap = 0, int restrictions = 0,int amount = 0,string counterName = "");
void Update(float dt);