fixed Blindblast text

This commit is contained in:
Evan Kranzler 2019-04-08 08:31:44 -04:00
parent 0c2b6ea6ed
commit 75cd7b0f75

View file

@ -23,7 +23,7 @@ public final class Blindblast extends CardImpl {
this.getSpellAbility().addEffect(new DamageTargetEffect(1));
this.getSpellAbility().addEffect(new CantBlockTargetEffect(
Duration.EndOfTurn
).setText("That creature can't block this turn."));
).setText("That creature can't block this turn. "));
this.getSpellAbility().addTarget(new TargetCreaturePermanent());
// Draw a card.