mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
Ballad of the Black Flag - fixed wrong text (#13300)
This commit is contained in:
parent
78fa8e1cb0
commit
1d6c096ab5
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue