mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
Fix #9364
This commit is contained in:
parent
d04ea3a88b
commit
b774c52981
1 changed files with 1 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue