diff --git a/Mage.Sets/src/mage/cards/b/BalladOfTheBlackFlag.java b/Mage.Sets/src/mage/cards/b/BalladOfTheBlackFlag.java index d69b79191a1..8129e6229d3 100644 --- a/Mage.Sets/src/mage/cards/b/BalladOfTheBlackFlag.java +++ b/Mage.Sets/src/mage/cards/b/BalladOfTheBlackFlag.java @@ -18,7 +18,7 @@ import java.util.UUID; */ public final class BalladOfTheBlackFlag extends CardImpl { - private static final FilterCard filter = new FilterHistoricCard("historic spells you cast this turn"); + private static final FilterCard filter = new FilterHistoricCard(); public BalladOfTheBlackFlag(UUID ownerId, CardSetInfo setInfo) { super(ownerId, setInfo, new CardType[]{CardType.ENCHANTMENT}, "{1}{U}{U}"); @@ -31,7 +31,7 @@ public final class BalladOfTheBlackFlag extends CardImpl { // I, II, III -- Mill three cards. You may put a historic card from among them into your hand. sagaAbility.addChapterEffect( this, SagaChapter.CHAPTER_I, SagaChapter.CHAPTER_III, - new MillThenPutInHandEffect(3, filter) + new MillThenPutInHandEffect(3, filter).withTextOptions("them") ); // IV - Historic spells you cast this turn cost {2} less to cast.