forked from External/mage
Make Bebop and Rocksteady's discard optional.
This commit is contained in:
parent
a0bdfda912
commit
9ba96ddf11
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ public final class BebopAndRocksteady extends CardImpl {
|
||||||
// Whenever Bebop & Rocksteady attacks or blocks, sacrifice a permanent unless you discard a card.
|
// Whenever Bebop & Rocksteady attacks or blocks, sacrifice a permanent unless you discard a card.
|
||||||
this.addAbility(new AttacksOrBlocksTriggeredAbility(new DoIfCostPaid(
|
this.addAbility(new AttacksOrBlocksTriggeredAbility(new DoIfCostPaid(
|
||||||
null, new SacrificeControllerEffect(StaticFilters.FILTER_PERMANENT, 1, null),
|
null, new SacrificeControllerEffect(StaticFilters.FILTER_PERMANENT, 1, null),
|
||||||
new DiscardCardCost(), false), false
|
new DiscardCardCost(), true), false
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue