This commit is contained in:
L_J 2018-02-15 15:44:27 +00:00 committed by GitHub
parent 72272d46d5
commit 609b8410e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,7 @@ class MangarasTomeSearchEffect extends OneShotEffect {
MangarasTomeSearchEffect() {
super(Outcome.Neutral);
this.staticText = "When Mangara's Tome enters the battlefield, search your library for five cards, exile them in a face-down pile, and shuffle that pile. Then shuffle your library";
this.staticText = "search your library for five cards, exile them in a face-down pile, and shuffle that pile. Then shuffle your library";
}
MangarasTomeSearchEffect(final MangarasTomeSearchEffect effect) {