forked from External/mage
Text fix
This commit is contained in:
parent
72272d46d5
commit
609b8410e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue