* Mogiss Marauder - Fixed a text bug in tooltip text.

This commit is contained in:
LevelX2 2014-04-12 18:16:47 +02:00
parent 46d124a9d4
commit 756e75d9e4

View file

@ -64,7 +64,7 @@ public class MogissMarauder extends CardImpl<MogissMarauder> {
new GainAbilityTargetEffect(IntimidateAbility.getInstance(), Duration.EndOfTurn,
"up to X target creatures each gain intimidate"), false);
ability.addEffect(new GainAbilityTargetEffect(HasteAbility.getInstance(), Duration.EndOfTurn,
"and haste, where X is your devotion to black"));
"and haste until end of turn, where X is your devotion to black"));
ability.addTarget(new TargetCreaturePermanent());
this.addAbility(ability);
}