mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
* Surrak, the Hunt Caller - Fixed tooltip text.
This commit is contained in:
parent
abeac7ff65
commit
e8b2e01cd4
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ public class SurrakTheHuntCaller extends CardImpl {
|
||||||
Ability ability = new ConditionalTriggeredAbility(
|
Ability ability = new ConditionalTriggeredAbility(
|
||||||
new BeginningOfCombatTriggeredAbility(new GainAbilityTargetEffect(HasteAbility.getInstance(), Duration.EndOfTurn), TargetController.YOU, false),
|
new BeginningOfCombatTriggeredAbility(new GainAbilityTargetEffect(HasteAbility.getInstance(), Duration.EndOfTurn), TargetController.YOU, false),
|
||||||
FormidableCondition.getInstance(),
|
FormidableCondition.getInstance(),
|
||||||
"<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.");
|
"<i>Formidable</i> — At the beginning of combat on your turn, if creatures you control have total power 8 or greater, target creature you control gains haste until end of turn.");
|
||||||
ability.addTarget(new TargetControlledCreaturePermanent());
|
ability.addTarget(new TargetControlledCreaturePermanent());
|
||||||
this.addAbility(ability);
|
this.addAbility(ability);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue