fixed issue 192

This commit is contained in:
BetaSteward 2011-07-28 21:41:39 -04:00
parent aa2449f342
commit bfcae83133

View file

@ -47,7 +47,6 @@ public class RampantGrowth extends CardImpl<RampantGrowth> {
this.expansionSetCode = "M10";
this.color.setGreen(true);
TargetCardInLibrary target = new TargetCardInLibrary(new FilterBasicLandCard());
this.getSpellAbility().addTarget(target);
this.getSpellAbility().addEffect(new SearchLibraryPutInPlayEffect(target, true));
}