mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
Added a test and some minor changes.
This commit is contained in:
parent
eadadd591a
commit
79c80fe24b
4 changed files with 45 additions and 20 deletions
|
|
@ -57,7 +57,7 @@ public class PhyrexianManaCost extends ColoredManaCost {
|
|||
|
||||
@Override
|
||||
public String getText() {
|
||||
return new StringBuilder("{").append(mana.toString()).append("P}").toString();
|
||||
return "{" + mana.toString() + "P}";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue