mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
tests: fix
This commit is contained in:
parent
0f4a306418
commit
162edb9351
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