mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
*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:
parent
c38b4b9b86
commit
64dea27bb3
2 changed files with 22 additions and 4 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue