Add in new bar chart distribution for the 'M' mana analyse button.

This commit is contained in:
spjspj 2018-07-08 13:09:38 +10:00
parent 9ececbbda8
commit e0bffcc521

View file

@ -1408,7 +1408,7 @@ public class DragCardGrid extends JPanel implements DragCardSource, DragCardTarg
int colorless_val = Integer.parseInt(val);
int pip_value = 0;
if (pips_at_cmcs.get(cmc + "##c}") != null) {
pip_value = pips_at_cmcs.get(cmc + "##c}");
pip_value = pips.get("#c}");
}
pips_at_cmcs.put(cmc + "##c}", colorless_val + pip_value);
pips.put("#c}", colorless_val + pip_value);