This commit is contained in:
Plopman 2012-11-28 23:25:34 +01:00
parent 1e9ccf06af
commit 94946990a5

View file

@ -49,7 +49,7 @@ public class Snap extends CardImpl<Snap> {
// Return target creature to its owner's hand. Untap up to two lands.
this.getSpellAbility().addEffect(new ReturnToHandTargetEffect());
this.getSpellAbility().addTarget(new TargetCreaturePermanent(2));
this.getSpellAbility().addTarget(new TargetCreaturePermanent());
this.getSpellAbility().addEffect(new UntapLandsEffect(2));
}