mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
text fix
This commit is contained in:
parent
114ae5af62
commit
4d334b29a8
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ public class AddConditionalManaEffect extends ManaEffect {
|
|||
this.mana = mana;
|
||||
this.manaBuilder = manaBuilder;
|
||||
this.netAmount = netAmount;
|
||||
staticText = "Add " + this.mana.toString() + ". " + manaBuilder.getRule();
|
||||
staticText = "add " + this.mana.toString() + ". " + manaBuilder.getRule();
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue