fixed a bug where cards with vanishing (new vanishing) were given "vanishing as a menu item during combat.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user