mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
commit
bcdd0d3bff
1 changed files with 1 additions and 1 deletions
|
@ -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}");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue