* Made targets mandatory (1333 cards).

This commit is contained in:
LevelX2 2014-06-10 00:15:38 +02:00
parent 026b3a41c3
commit 678b9acbf0
1334 changed files with 1412 additions and 1410 deletions

View file

@ -59,7 +59,7 @@ public class Dreadwaters extends CardImpl {
this.color.setBlue(true);
// Target player puts the top X cards of his or her library into his or her graveyard, where X is the number of lands you control.
this.getSpellAbility().addTarget(new TargetPlayer());
this.getSpellAbility().addTarget(new TargetPlayer(true));
this.getSpellAbility().addEffect(new PutLibraryIntoGraveTargetEffect(new PermanentsOnBattlefieldCount(filter)));
}