mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
fixed Blindblast text
This commit is contained in:
parent
0c2b6ea6ed
commit
75cd7b0f75
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue