Added test for Proliferate hint.

This commit is contained in:
Alex Vasile 2022-05-18 12:27:46 -06:00
parent b1528de16a
commit e3acfa4344
7 changed files with 12 additions and 9 deletions

View file

@ -33,7 +33,7 @@ public class ProliferateEffect extends OneShotEffect {
super(Outcome.Benefit);
staticText = "proliferate" + afterText;
if (showAbilityHint) {
staticText += ". <i>(You choose any number of permanents and/or players with counters on them, then give each another counter of each kind already there.)</i>";
staticText += ". <i>(Choose any number of permanents and/or players, then give each another counter of each kind already there.)</i>";
}
}