diff --git a/Mage.Sets/src/mage/cards/b/BebopAndRocksteady.java b/Mage.Sets/src/mage/cards/b/BebopAndRocksteady.java index 198f5769582..2a9f7cfe058 100644 --- a/Mage.Sets/src/mage/cards/b/BebopAndRocksteady.java +++ b/Mage.Sets/src/mage/cards/b/BebopAndRocksteady.java @@ -32,7 +32,7 @@ public final class BebopAndRocksteady extends CardImpl { // Whenever Bebop & Rocksteady attacks or blocks, sacrifice a permanent unless you discard a card. this.addAbility(new AttacksOrBlocksTriggeredAbility(new DoIfCostPaid( null, new SacrificeControllerEffect(StaticFilters.FILTER_PERMANENT, 1, null), - new DiscardCardCost(), false), false + new DiscardCardCost(), true), false )); }