forked from External/mage
* Face of Fear - Fixed that the discard cost were wrongly randomly.
This commit is contained in:
parent
e5cd42d672
commit
2c6c3e0311
1 changed files with 2 additions and 2 deletions
|
|
@ -58,8 +58,8 @@ public class FaceOfFear extends CardImpl {
|
|||
|
||||
// {2}{B}, Discard a card: Face of Fear gains fear until end of turn.
|
||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new GainAbilitySourceEffect(FearAbility.getInstance(), Duration.EndOfTurn), new ManaCostsImpl("{2}{B}"));
|
||||
ability.addCost(new DiscardCardCost(true));
|
||||
this.addAbility(ability);
|
||||
ability.addCost(new DiscardCardCost(false));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
public FaceOfFear(final FaceOfFear card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue