small additional fix

This commit is contained in:
Evan Kranzler 2020-10-05 20:15:27 -04:00
parent 8a0196a2f0
commit 7ae462faca

View file

@ -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());
}