Implemented Courage in Crisis

This commit is contained in:
Evan Kranzler 2019-04-05 14:18:39 -04:00
parent 2018505a62
commit ec9b6ac135
4 changed files with 41 additions and 6 deletions

View file

@ -26,7 +26,7 @@ public class ProliferateEffect extends OneShotEffect {
public ProliferateEffect() {
super(Outcome.Benefit);
staticText = "Proliferate. <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 = "proliferate. <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>";
}
public ProliferateEffect(ProliferateEffect effect) {