Assigned emblem images

This commit is contained in:
PurpleCrowbar 2022-06-24 18:05:35 +01:00
parent 72ec981508
commit 227ae8c2e2
40 changed files with 103 additions and 5 deletions

View file

@ -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");
}
}