mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Using ability UUID for stack view as a key for cards added on the panel.
This commit is contained in:
parent
14b8069afc
commit
e45a8ad1e0
2 changed files with 5 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ public class Cards extends javax.swing.JPanel {
|
|||
tmp.overrideRules(card.getRules());
|
||||
tmp.setIsAbility(true);
|
||||
tmp.overrideTargets(card.getTargets());
|
||||
tmp.overrideId(card.getId());
|
||||
card = tmp;
|
||||
}
|
||||
if (!cards.containsKey(card.getId())) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue