This commit is contained in:
Alex W. Jackson 2022-08-26 13:16:17 -04:00
parent d04ea3a88b
commit b774c52981

View file

@ -23,9 +23,7 @@ public final class SinisterWaltz extends CardImpl {
// Choose three target creature cards in your graveyard. Return two of them at random to the battlefield and put the other on the bottom of your library.
this.getSpellAbility().addEffect(new SinisterWaltzEffect());
this.getSpellAbility().addTarget(new TargetCardInYourGraveyard(
0, 3, StaticFilters.FILTER_CARD_CREATURES
));
this.getSpellAbility().addTarget(new TargetCardInYourGraveyard(3, StaticFilters.FILTER_CARD_CREATURES));
}
private SinisterWaltz(final SinisterWaltz card) {