forked from External/mage
more mana pool errata
This commit is contained in:
parent
2dcc50d592
commit
7deb521a65
294 changed files with 879 additions and 879 deletions
|
|
@ -24,7 +24,7 @@ public class AddManaToManaPoolSourceControllerEffect extends OneShotEffect {
|
|||
public AddManaToManaPoolSourceControllerEffect(Mana mana) {
|
||||
super(Outcome.PutManaInPool);
|
||||
this.mana = mana;
|
||||
this.staticText = "Add " + mana.toString() + " to your mana pool";
|
||||
this.staticText = "Add " + mana.toString() + "";
|
||||
}
|
||||
|
||||
public AddManaToManaPoolSourceControllerEffect(final AddManaToManaPoolSourceControllerEffect effect) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue