diff --git a/Mage.Sets/src/mage/cards/b/Blindblast.java b/Mage.Sets/src/mage/cards/b/Blindblast.java index 4af87070292..963e4410811 100644 --- a/Mage.Sets/src/mage/cards/b/Blindblast.java +++ b/Mage.Sets/src/mage/cards/b/Blindblast.java @@ -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.