mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
fix verify failure
This commit is contained in:
parent
d67f1e61b0
commit
33da1f1fe1
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ class ContagiousVorracEffect extends OneShotEffect {
|
|||
super(Outcome.Benefit);
|
||||
staticText = "look at the top four cards of your library. You may reveal a land card from among them " +
|
||||
"and put it into your hand. Put the rest on the bottom of your library in a random order. " +
|
||||
"If you didn't put a card into your hand this way, proliferate";
|
||||
"If you didn't put a card into your hand this way, proliferate. " +
|
||||
"<i>(Choose any number of permanents and/or players, then give each another counter of each kind already there.)</i>";
|
||||
}
|
||||
|
||||
private ContagiousVorracEffect(final ContagiousVorracEffect effect) {
|
||||
|
|
Loading…
Reference in a new issue