*Fixed that tap events were send multiple times if attacker was tapped untapped and tapped again (etc.). So you could abuse e.g. Vampire Envoy.

This commit is contained in:
LevelX2 2016-01-21 17:15:10 +01:00
parent c38b4b9b86
commit 64dea27bb3
2 changed files with 22 additions and 4 deletions

View file

@ -49,7 +49,7 @@ public class SparkmagesGambit extends CardImpl {
// Sparkmage's Gambit deals 1 damage to each of up to two target creatures. Those creatures can't block this turn.
Effect effect = new DamageTargetEffect(1);
effect.setText("{this} deals 1 damage to each of up to two target creatures. ");
effect.setText("{this} deals 1 damage to each of up to two target creatures");
this.getSpellAbility().addEffect(effect);
effect = new CantBlockTargetEffect(Duration.EndOfTurn);
effect.setText("Those creatures can't block this turn");