mirror of
https://github.com/correl/mage.git
synced 2025-03-12 17:00:08 -09: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(
|
||||
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, 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());
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue