mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
..
This commit is contained in:
parent
5744bfa843
commit
1f39a3df51
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…
Add table
Add a link
Reference in a new issue