mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08: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…
Add table
Add a link
Reference in a new issue