forked from External/mage
fix Byway Barterer
This commit is contained in:
parent
2a31bbdb8d
commit
ef7c2fcb28
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ public final class BywayBarterer extends CardImpl {
|
|||
|
||||
// Whenever you expend 4, you may discard your hand. If you do, draw two cards.
|
||||
this.addAbility(new ExpendTriggeredAbility(new DoIfCostPaid(
|
||||
new DrawCardSourceControllerEffect(1), new DiscardHandCost()
|
||||
new DrawCardSourceControllerEffect(2), new DiscardHandCost()
|
||||
), ExpendTriggeredAbility.Expend.FOUR));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue