mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
* Eldrazi Temple - Fixed that the first ability was automatically used for spells (fixes #908) .
This commit is contained in:
parent
454df4505c
commit
c3447ccff0
5 changed files with 26 additions and 27 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue