fixed a bug where cards with vanishing (new vanishing) were given "vanishing as a menu item during combat.

This commit is contained in:
omegablast2002@yahoo.com
2011-03-22 03:41:45 +00:00
parent cb1b1d3054
commit 65f2706f1e
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -4001,8 +4001,8 @@ public:
~APreventDamageTypesUEOT();
};
//Upkeep Cost
class AVanishing: public ActivatedAbility
//vanishing
class AVanishing: public MTGAbility
{
public:
int timeLeft;