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

View File

@@ -556,7 +556,6 @@ int ActionStack::addDamage(MTGCardInstance * _source, Damageable * _target, int
addAction(damage);
_source->thatmuch = _damage;
_target->thatmuch = _damage;
//_target->lifeLostThisTurn += _damage;
return 1;
}