mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
* Mogiss Marauder - Fixed a text bug in tooltip text.
This commit is contained in:
parent
46d124a9d4
commit
756e75d9e4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue