This commit is contained in:
spjspj 2018-07-09 01:35:57 +10:00
parent 5744bfa843
commit 1f39a3df51

View file

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