fix verify failure

This commit is contained in:
theelk801 2023-04-18 20:57:48 -04:00
parent d67f1e61b0
commit 33da1f1fe1

View file

@ -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) {