forked from External/mage
Assigned emblem images
This commit is contained in:
parent
72ec981508
commit
227ae8c2e2
40 changed files with 103 additions and 5 deletions
|
|
@ -17,5 +17,7 @@ public class GarrukUnleashedEmblem extends Emblem {
|
|||
Effect effect = new SearchLibraryPutInPlayEffect(new TargetCardInLibrary(StaticFilters.FILTER_CARD_CREATURE), false, true, Outcome.PutCreatureInPlay)
|
||||
.setText("search your library for a creature card, put it onto the battlefield, then shuffle");
|
||||
this.getAbilities().add(new BeginningOfYourEndStepTriggeredAbility(Zone.COMMAND, effect, true));
|
||||
|
||||
this.setExpansionSetCodeForImage("M21");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue