mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 11:32:00 -08: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,
|
new GainAbilityTargetEffect(IntimidateAbility.getInstance(), Duration.EndOfTurn,
|
||||||
"up to X target creatures each gain intimidate"), false);
|
"up to X target creatures each gain intimidate"), false);
|
||||||
ability.addEffect(new GainAbilityTargetEffect(HasteAbility.getInstance(), Duration.EndOfTurn,
|
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());
|
ability.addTarget(new TargetCreaturePermanent());
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue