Merge pull request #5129 from spjspj/master

..
This commit is contained in:
spjspj 2018-07-09 01:36:42 +10:00 committed by GitHub
commit bcdd0d3bff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}");
}