forked from External/mage
Add in new bar chart distribution for the 'M' mana analyse button.
This commit is contained in:
parent
e0bffcc521
commit
6b9a2bb12c
2 changed files with 27 additions and 3 deletions
|
|
@ -1397,6 +1397,8 @@ public class DragCardGrid extends JPanel implements DragCardSource, DragCardTarg
|
|||
}
|
||||
mc = mc.replaceAll("\\{([WUBRG]).([WUBRG])\\}", "{$1}{$2}");
|
||||
mc = mc.replaceAll("\\{", "#");
|
||||
mc = mc.replaceAll("#2\\/", "#");
|
||||
mc = mc.replaceAll("p}", "}");
|
||||
mc = mc.toLowerCase(Locale.ENGLISH);
|
||||
int cmc = card.getConvertedManaCost();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue