many find/replace "shuffle" fixes

This commit is contained in:
Evan Kranzler 2021-04-18 17:29:28 -04:00
parent 5540461397
commit c2ae2f89f0
215 changed files with 225 additions and 225 deletions

View file

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