* Eldrazi Temple - Fixed that the first ability was automatically used for spells (fixes #908) .

This commit is contained in:
LevelX2 2015-05-24 18:56:34 +02:00
parent 454df4505c
commit c3447ccff0
5 changed files with 26 additions and 27 deletions

View file

@ -26,7 +26,7 @@ public class AddConditionalColorlessManaEffect extends ManaEffect {
super();
this.amount = amount;
this.manaBuilder = manaBuilder;
staticText = "Add " + amount + " to your mana pool. " + manaBuilder.getRule();
staticText = "Add {" + amount + "} to your mana pool. " + manaBuilder.getRule();
}
public AddConditionalColorlessManaEffect(final AddConditionalColorlessManaEffect effect) {