mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
Implemented Courage in Crisis
This commit is contained in:
parent
2018505a62
commit
ec9b6ac135
4 changed files with 41 additions and 6 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue