mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 20:59:14 -08:00
- Added final part to Mwonvuli Beast Tracker.
This commit is contained in:
parent
a6e30a20d0
commit
bf3d16332d
2 changed files with 25 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue