- Added final part to Mwonvuli Beast Tracker.

This commit is contained in:
jeffwadsworth 2012-07-20 13:09:52 -05:00
parent a6e30a20d0
commit bf3d16332d
2 changed files with 25 additions and 4 deletions

View file

@ -72,7 +72,7 @@ public class MwonvuliBeastTracker extends CardImpl<MwonvuliBeastTracker> {
this.toughness = new MageInt(1);
// When Mwonvuli Beast Tracker enters the battlefield, search your library for a creature card with deathtouch, hexproof, reach, or trample and reveal it. Shuffle your library and put that card on top of it.
this.addAbility(new EntersBattlefieldTriggeredAbility(new SearchLibraryPutOnLibraryEffect(new TargetCardInLibrary(filter))));
this.addAbility(new EntersBattlefieldTriggeredAbility(new SearchLibraryPutOnLibraryEffect(new TargetCardInLibrary(filter), true, true)));
}
public MwonvuliBeastTracker(final MwonvuliBeastTracker card) {