mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Surrak, the Hunt Caller - Fixed wrong tooltip.
This commit is contained in:
parent
8c346c22cb
commit
1730b1a51b
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ public class SurrakTheHuntCaller extends CardImpl {
|
|||
Ability ability = new ConditionalTriggeredAbility(
|
||||
new BeginningOfCombatTriggeredAbility(new GainAbilityTargetEffect(HasteAbility.getInstance(), Duration.EndOfTurn), TargetController.YOU, false),
|
||||
FormidableCondition.getInstance(),
|
||||
"<i>Formidable</i> — Whenever {this} attacks, if creatures you control have total power 8 or greater, creatures you control gain trample until end of turn.");
|
||||
"<i>Formidable</i> — Whenever {this} attacks, if creatures you control have total power 8 or greater, target creature you control gains haste until end of turn.");
|
||||
ability.addTarget(new TargetControlledCreaturePermanent());
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue