mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
fixed issue 192
This commit is contained in:
parent
aa2449f342
commit
bfcae83133
1 changed files with 0 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue