mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08: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);
|
super(Outcome.Benefit);
|
||||||
staticText = "look at the top four cards of your library. You may reveal a land card from among them " +
|
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. " +
|
"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) {
|
private ContagiousVorracEffect(final ContagiousVorracEffect effect) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue