forked from External/mage
many find/replace "shuffle" fixes
This commit is contained in:
parent
5540461397
commit
c2ae2f89f0
215 changed files with 225 additions and 225 deletions
|
|
@ -15,7 +15,7 @@ public class GarrukUnleashedEmblem extends Emblem {
|
|||
public GarrukUnleashedEmblem() {
|
||||
this.setName("Emblem Garruk");
|
||||
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 your library");
|
||||
.setText("search your library for a creature card, put it onto the battlefield, then shuffle");
|
||||
this.getAbilities().add(new BeginningOfYourEndStepTriggeredAbility(Zone.COMMAND, effect, true));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue