mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
fixed Samut, Tyrant Smasher's text
This commit is contained in:
parent
75cd7b0f75
commit
519dda711d
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public final class SamutTyrantSmasher extends CardImpl {
|
|||
).setText("target creature gets +2/+1"), -1);
|
||||
ability.addEffect(new GainAbilityTargetEffect(
|
||||
HasteAbility.getInstance(), Duration.EndOfTurn
|
||||
).setText("and gains haste until end of turn."));
|
||||
).setText("and gains haste until end of turn. "));
|
||||
ability.addEffect(new ScryEffect(1));
|
||||
ability.addTarget(new TargetCreaturePermanent());
|
||||
this.addAbility(ability);
|
||||
|
|
Loading…
Reference in a new issue