mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
small additional fix
This commit is contained in:
parent
8a0196a2f0
commit
7ae462faca
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public final class WindbriskHeights extends CardImpl {
|
|||
new HideawayPlayEffect(), WindbriskHeightsAttackersCondition.instance,
|
||||
"you may play the exiled card without paying its mana cost " +
|
||||
"if you attacked with three or more creatures this turn"
|
||||
), new ManaCostsImpl("{R}"));
|
||||
), new ManaCostsImpl("{W}"));
|
||||
ability.addCost(new TapSourceCost());
|
||||
this.addAbility(ability, new PlayerAttackedWatcher());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue