From bfcae8313399676e2925cfa77cde9c4084db3544 Mon Sep 17 00:00:00 2001 From: BetaSteward Date: Thu, 28 Jul 2011 21:41:39 -0400 Subject: [PATCH] fixed issue 192 --- Mage.Sets/src/mage/sets/magic2010/RampantGrowth.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Mage.Sets/src/mage/sets/magic2010/RampantGrowth.java b/Mage.Sets/src/mage/sets/magic2010/RampantGrowth.java index e3acbc5a046..729b21c495b 100644 --- a/Mage.Sets/src/mage/sets/magic2010/RampantGrowth.java +++ b/Mage.Sets/src/mage/sets/magic2010/RampantGrowth.java @@ -47,7 +47,6 @@ public class RampantGrowth extends CardImpl { this.expansionSetCode = "M10"; this.color.setGreen(true); TargetCardInLibrary target = new TargetCardInLibrary(new FilterBasicLandCard()); - this.getSpellAbility().addTarget(target); this.getSpellAbility().addEffect(new SearchLibraryPutInPlayEffect(target, true)); }