Ballad of the Black Flag - fixed wrong text (#13300)

This commit is contained in:
Alexander Novotny 2025-02-07 10:56:44 -05:00 committed by GitHub
parent 78fa8e1cb0
commit 1d6c096ab5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.